From f15dcfacc1c5103b7d98876d3298eec35845a226 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 24 Feb 2004 10:12:45 +0000 Subject: [PATCH] constants for MIME/DIME encoding were added --- ext/soap/php_encoding.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.40.0