diff options
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r-- | ext/soap/php_encoding.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index b6722a3245..1d7a16b8a6 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -5,6 +5,12 @@ #define XSD_1999_TIMEINSTANT 401 #define XSD_1999_TIMEINSTANT_STRING "timeInstant" +#define SOAP_1_1_ENC "http://schemas.xmlsoap.org/soap/encoding/" +#define SOAP_1_1_ENV "http://schemas.xmlsoap.org/soap/envelope/" + +#define SOAP_1_2_ENC "http://www.w3.org/2003/05/soap-encoding" +#define SOAP_1_2_ENV "http://www.w3.org/2003/05/soap-envelope" + #define SCHEMA_NAMESPACE "http://www.w3.org/2001/XMLSchema" #define XSD_NAMESPACE "http://www.w3.org/2001/XMLSchema" #define XSD_NS_PREFIX "xsd" @@ -97,6 +103,8 @@ #define XSD_UNSIGNEDBYTE_STRING "unsignedByte" #define XSD_POSITIVEINTEGER 142 #define XSD_POSITIVEINTEGER_STRING "positiveInteger" +#define XSD_ANYTYPE 143 +#define XSD_ANYTYPE_STRING "anyType" #define APACHE_NAMESPACE "http://xml.apache.org/xml-soap" #define APACHE_NS_PREFIX "apache" |