From bee92aa395c622c4dfe42b100ec58e17b58ab5bf Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 13 Jan 2004 17:25:47 +0000 Subject: WSDL: support for "http://schemas.xmlsoap.org/wsdl/soap12/" binding was added --- ext/soap/php_encoding.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/soap/php_encoding.h') 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" -- cgit v1.2.1