dmitry          Wed Nov 17 01:19:13 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/soap/tests     classmap.wsdl classmap001.phpt 
                                classmap002.phpt 
  Log:
  namespace was renamed
  
  
http://cvs.php.net/diff.php/php-src/ext/soap/tests/classmap.wsdl?r1=1.1.2.1&r2=1.1.2.2&ty=u
Index: php-src/ext/soap/tests/classmap.wsdl
diff -u php-src/ext/soap/tests/classmap.wsdl:1.1.2.1 
php-src/ext/soap/tests/classmap.wsdl:1.1.2.2
--- php-src/ext/soap/tests/classmap.wsdl:1.1.2.1        Tue Nov 16 07:13:40 2004
+++ php-src/ext/soap/tests/classmap.wsdl        Wed Nov 17 01:19:12 2004
@@ -36,19 +36,19 @@
                <operation name="dotest">
                        <soap:operation 
soapAction="http://localhost:81/test/interface.php?class=test/dotest"; 
style="rpc"/>
                        <input>
-                               <soap:body use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://schemas.nabek.com"/>
+                               <soap:body use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://schemas.nothing.com"/>
                        </input>
                        <output>
-                               <soap:body use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://schemas.nabek.com"/>
+                               <soap:body use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://schemas.nothing.com"/>
                        </output>
                </operation>
                <operation name="dotest2">
                        <soap:operation 
soapAction="http://localhost:81/test/interface.php?class=test/dotest2"; 
style="rpc"/>
                        <input>
-                               <soap:body use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://schemas.nabek.com"/>
+                               <soap:body use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://schemas.nothing.com"/>
                        </input>
                        <output>
-                               <soap:body use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://schemas.nabek.com"/>
+                               <soap:body use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://schemas.nothing.com"/>
                        </output>
                </operation>
        </binding>
http://cvs.php.net/diff.php/php-src/ext/soap/tests/classmap001.phpt?r1=1.1.2.1&r2=1.1.2.2&ty=u
Index: php-src/ext/soap/tests/classmap001.phpt
diff -u php-src/ext/soap/tests/classmap001.phpt:1.1.2.1 
php-src/ext/soap/tests/classmap001.phpt:1.1.2.2
--- php-src/ext/soap/tests/classmap001.phpt:1.1.2.1     Tue Nov 16 07:13:40 2004
+++ php-src/ext/soap/tests/classmap001.phpt     Wed Nov 17 01:19:12 2004
@@ -46,5 +46,5 @@
 ?>
 --EXPECT--
 <?xml version="1.0" encoding="UTF-8"?>
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="http://schemas.nabek.com"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; 
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><SOAP-ENV:Body><ns1:dotestResponse><res
 xsi:type="xsd:string">Classname: 
book</res></ns1:dotestResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="http://schemas.nothing.com"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; 
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><SOAP-ENV:Body><ns1:dotestResponse><res
 xsi:type="xsd:string">Classname: 
book</res></ns1:dotestResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
 ok
http://cvs.php.net/diff.php/php-src/ext/soap/tests/classmap002.phpt?r1=1.1.2.1&r2=1.1.2.2&ty=u
Index: php-src/ext/soap/tests/classmap002.phpt
diff -u php-src/ext/soap/tests/classmap002.phpt:1.1.2.1 
php-src/ext/soap/tests/classmap002.phpt:1.1.2.2
--- php-src/ext/soap/tests/classmap002.phpt:1.1.2.1     Tue Nov 16 07:13:40 2004
+++ php-src/ext/soap/tests/classmap002.phpt     Wed Nov 17 01:19:12 2004
@@ -8,7 +8,7 @@
   function __doRequest($request, $location, $action, $version) {
                return <<<EOF
 <?xml version="1.0" encoding="UTF-8"?>
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="http://schemas.nabek.com"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; 
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><SOAP-ENV:Body>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="http://schemas.nothing.com"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; 
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><SOAP-ENV:Body>
 <ns1:dotest2Response><res xsi:type="ns1:book">
   <a xsi:type="xsd:string">Blaat</a>
   <b xsi:type="xsd:string">aap</b>

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

Reply via email to