diff options
author | Dmitry Stogov <dmitry@php.net> | 2004-02-24 10:12:45 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2004-02-24 10:12:45 +0000 |
commit | f15dcfacc1c5103b7d98876d3298eec35845a226 (patch) | |
tree | c1b6db4b3a04a3fb8eeec4c3356203a3f7cb9f2a /ext/soap/php_encoding.h | |
parent | feed42e0622281396985ee0f61a54423b8c6ee4f (diff) | |
download | php-git-f15dcfacc1c5103b7d98876d3298eec35845a226.tar.gz |
constants for MIME/DIME encoding were added
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r-- | ext/soap/php_encoding.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index 57c38d4662..4d7f75d117 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -160,6 +160,12 @@ #define WSDL_HTTP_TRANSPORT "http://schemas.xmlsoap.org/soap/http" +#define WSDL_MIME_NAMESPACE "http://schemas.xmlsoap.org/wsdl/mime/" + +#define WSDL_DIME_NAMESPACE "http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/" +#define WSDL_DIME_OPEN "http://schemas.xmlsoap.org/ws/2002/04/dime/open-layout" +#define WSDL_DIME_CLOSED "http://schemas.xmlsoap.org/ws/2002/04/dime/closed-layout" + #define UNKNOWN_TYPE 999998 #define END_KNOWN_TYPES 999999 |