summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-26 15:13:45 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-26 15:13:45 +0000
commitfbead642ad2cf31d4295cbbce503abbbdc214c3c (patch)
tree1a54d1e8a50d46b91810f1a4009c252151d32669 /ext/soap/php_encoding.h
parentadb3562d8eba449437a61df7fc71acf857e804d1 (diff)
downloadphp-git-fbead642ad2cf31d4295cbbce503abbbdc214c3c.tar.gz
Support for SOAP 1.2 RPC binding (<rpc:result>)
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r--ext/soap/php_encoding.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h
index f518ca5487..13f9b92a28 100644
--- a/ext/soap/php_encoding.h
+++ b/ext/soap/php_encoding.h
@@ -129,9 +129,8 @@
#define WSDL_NS_PREFIX "wsdl"
#define WSDL_SOAP11_NAMESPACE "http://schemas.xmlsoap.org/wsdl/soap/"
-#define WSDL_SOAP12_NAMESPACE "http://www.w3.org/2003/05/soap-rpc"
-#define WSDL_SOAP12OLD_NAMESPACE "http://schemas.xmlsoap.org/wsdl/soap12/"
-#define WSDL_SOAP_NS_PREFIX "wsdlSoap"
+#define WSDL_SOAP12_NAMESPACE "http://schemas.xmlsoap.org/wsdl/soap12/"
+#define RPC_SOAP12_NAMESPACE "http://www.w3.org/2003/05/soap-rpc"
#define WSDL_HTTP11_NAMESPACE "http://schemas.xmlsoap.org/wsdl/http/"
#define WSDL_HTTP12_NAMESPACE "http://www.w3.org/2003/05/soap/bindings/HTTP/"