From 7e19a6724757b0104ef30c4572aa989f12217e6c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 16 Jan 2004 07:54:48 +0000 Subject: Support for SOAP 1.2 HTTP binding namespase was added --- ext/soap/php_encoding.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/soap/php_encoding.h') diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index 90cfd16fea..85b9989893 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -134,7 +134,8 @@ #define WSDL_SOAP12OLD_NAMESPACE "http://schemas.xmlsoap.org/wsdl/soap12/" #define WSDL_SOAP_NS_PREFIX "wsdlSoap" -#define WSDL_HTTP_NAMESPACE "http://schemas.xmlsoap.org/wsdl/http/" +#define WSDL_HTTP11_NAMESPACE "http://schemas.xmlsoap.org/wsdl/http/" +#define WSDL_HTTP12_NAMESPACE "http://www.w3.org/2003/05/soap/bindings/HTTP/" #define WSDL_HTTP_NS_PREFIX "http" #define WSDL_HTTP_TRANSPORT "http://schemas.xmlsoap.org/soap/http" -- cgit v1.2.1