From 8f0ea19fcb4baa90edda4422cf376ec583cff96c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 14 Jan 2004 12:49:02 +0000 Subject: WSDL: encoding rpc/document and encoded/literal --- ext/soap/php_encoding.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/soap/php_encoding.h') diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index c71c2b2155..4f63d74ca5 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -121,11 +121,11 @@ #define WSDL_NAMESPACE "http://schemas.xmlsoap.org/wsdl/" #define WSDL_NS_PREFIX "wsdl" -#define WSDL_SOAP_NAMESPACE "http://schemas.xmlsoap.org/wsdl/soap/" +#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 WSDL_HTTP_NAMESPACE "http://schemas.xmlsoap.org/wsdl/http/" #define WSDL_HTTP_NS_PREFIX "http" -- cgit v1.2.1