dmitry Mon Apr 18 03:54:47 2005 EDT Added files: /php-src/ext/soap/tests/interop/Round3/GroupD/imported import1B.wsdl import2B.wsdl import2B.xsd
Modified files: /php-src/ext/soap/tests/interop/Round3/GroupD r3_groupD_compound1_003w.phpt Log: Missing files were added http://cvs.php.net/diff.php/php-src/ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_003w.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_003w.phpt diff -u php-src/ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_003w.phpt:1.1 php-src/ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_003w.phpt:1.2 --- php-src/ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_003w.phpt:1.1 Sun Apr 3 11:51:20 2005 +++ php-src/ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_003w.phpt Mon Apr 18 03:54:45 2005 @@ -13,7 +13,7 @@ ?> --EXPECT-- <?xml version="1.0" encoding="UTF-8"?> -<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:x_Document ns1:ID="1">Test Document Here</ns1:x_Document></SOAP-ENV:Body></SOAP-ENV:Envelope> +<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:x_Document ID="1">Test Document Here</ns1:x_Document></SOAP-ENV:Body></SOAP-ENV:Envelope> <?xml version="1.0" encoding="UTF-8"?> -<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:result_Document ns1:ID="1">Test Document Here</ns1:result_Document></SOAP-ENV:Body></SOAP-ENV:Envelope> +<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:result_Document ID="1">Test Document Here</ns1:result_Document></SOAP-ENV:Body></SOAP-ENV:Envelope> ok http://cvs.php.net/co.php/php-src/ext/soap/tests/interop/Round3/GroupD/imported/import1B.wsdl?r=1.1&p=1 Index: php-src/ext/soap/tests/interop/Round3/GroupD/imported/import1B.wsdl +++ php-src/ext/soap/tests/interop/Round3/GroupD/imported/import1B.wsdl <?xml version="1.0"?> <definitions name="SoapInterop" targetNamespace="http://soapinterop.org/definitions/" xmlns:wsdlns="http://soapinterop.org/definitions/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/"> <types/> <message name="echoStringRequest"> <part name="x" type="xsd:string"/> </message> <message name="echoStringResponse"> <part name="Result" type="xsd:string"/> </message> <portType name="SoapInteropImport1PortType"> <operation name="echoString" parameterOrder="x"> <input message="wsdlns:echoStringRequest"/> <output message="wsdlns:echoStringResponse"/> </operation> </portType> </definitions> http://cvs.php.net/co.php/php-src/ext/soap/tests/interop/Round3/GroupD/imported/import2B.wsdl?r=1.1&p=1 Index: php-src/ext/soap/tests/interop/Round3/GroupD/imported/import2B.wsdl +++ php-src/ext/soap/tests/interop/Round3/GroupD/imported/import2B.wsdl <?xml version="1.0"?> <definitions name="SoapInterop" targetNamespace="http://soapinterop.org/definitions/" xmlns:wsdlns="http://soapinterop.org/definitions/" xmlns:typens="http://soapinterop.org/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/"> <import location="import2B.xsd" namespace="http://soapinterop.org/xsd" /> <message name='Server.echoStruct'> <part name='inputStruct' type='typens:SOAPStruct'/> </message> <message name='Server.echoStructResponse'> <part name='Result' type='typens:SOAPStruct'/> </message> <portType name="SoapInteropImport2PortType"> <operation name='echoStruct' parameterOrder='inputStruct'> <input message='wsdlns:Server.echoStruct' /> <output message='wsdlns:Server.echoStructResponse' /> </operation> </portType> </definitions> http://cvs.php.net/co.php/php-src/ext/soap/tests/interop/Round3/GroupD/imported/import2B.xsd?r=1.1&p=1 Index: php-src/ext/soap/tests/interop/Round3/GroupD/imported/import2B.xsd +++ php-src/ext/soap/tests/interop/Round3/GroupD/imported/import2B.xsd <?xml version="1.0"?> <schema targetNamespace='http://soapinterop.org/xsd' xmlns='http://www.w3.org/2001/XMLSchema' elementFormDefault='unqualified'> <complexType name="SOAPStruct"> <all> <element name="varString" type="string" /> <element name="varInt" type="int" /> <element name="varFloat" type="float" /> </all> </complexType> </schema> -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php