dmitry          Tue Feb 24 05:12:47 2004 EDT

  Modified files:              
    /php-src/ext/soap   php_encoding.h 
  Log:
  constants for MIME/DIME encoding were added
  
  
http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.h?r1=1.34&r2=1.35&ty=u
Index: php-src/ext/soap/php_encoding.h
diff -u php-src/ext/soap/php_encoding.h:1.34 php-src/ext/soap/php_encoding.h:1.35
--- php-src/ext/soap/php_encoding.h:1.34        Fri Feb 13 10:19:09 2004
+++ php-src/ext/soap/php_encoding.h     Tue Feb 24 05:12:45 2004
@@ -17,7 +17,7 @@
   |          Dmitry Stogov <[EMAIL PROTECTED]>                             |
   +----------------------------------------------------------------------+
 */
-/* $Id: php_encoding.h,v 1.34 2004/02/13 15:19:09 dmitry Exp $ */
+/* $Id: php_encoding.h,v 1.35 2004/02/24 10:12:45 dmitry Exp $ */
 
 #ifndef PHP_ENCODING_H
 #define 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
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to