summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-16 07:54:48 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-16 07:54:48 +0000
commit7e19a6724757b0104ef30c4572aa989f12217e6c (patch)
treee611bf76af953e58cacf636420a80d16c190b9dd /ext/soap/php_encoding.h
parent501ac09f08868280d1b510f3c8d44ac3459c8bd1 (diff)
downloadphp-git-7e19a6724757b0104ef30c4572aa989f12217e6c.tar.gz
Support for SOAP 1.2 HTTP binding namespase was added
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r--ext/soap/php_encoding.h3
1 files changed, 2 insertions, 1 deletions
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"