summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-13 17:25:47 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-13 17:25:47 +0000
commitbee92aa395c622c4dfe42b100ec58e17b58ab5bf (patch)
tree09a3a79c58d63519f2ab5a393baacc9946c368e0 /ext/soap/php_encoding.h
parent86d0b7a1ed9aac48245190628fdea936a685d5de (diff)
downloadphp-git-bee92aa395c622c4dfe42b100ec58e17b58ab5bf.tar.gz
WSDL: support for "http://schemas.xmlsoap.org/wsdl/soap12/" binding was added
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r--ext/soap/php_encoding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h
index 5c5e177e56..c71c2b2155 100644
--- a/ext/soap/php_encoding.h
+++ b/ext/soap/php_encoding.h
@@ -124,6 +124,8 @@
#define WSDL_SOAP_NAMESPACE "http://schemas.xmlsoap.org/wsdl/soap/"
#define WSDL_SOAP_NS_PREFIX "wsdlSoap"
+#define WSDL_SOAP12_NAMESPACE "http://schemas.xmlsoap.org/wsdl/soap12/"
+
#define WSDL_HTTP_NAMESPACE "http://schemas.xmlsoap.org/wsdl/http/"
#define WSDL_HTTP_NS_PREFIX "http"