diff options
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r-- | ext/soap/php_encoding.h | 2 |
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" |