dmitry Mon Mar 21 10:53:32 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/soap/tests/bugs bug30928.wsdl /php-src/ext/soap/tests/schema test_schema.inc Log: Fixed wrong WSDL in test files http://cvs.php.net/diff.php/php-src/ext/soap/tests/bugs/bug30928.wsdl?r1=1.1.2.1&r2=1.1.2.2&ty=u Index: php-src/ext/soap/tests/bugs/bug30928.wsdl diff -u php-src/ext/soap/tests/bugs/bug30928.wsdl:1.1.2.1 php-src/ext/soap/tests/bugs/bug30928.wsdl:1.1.2.2 --- php-src/ext/soap/tests/bugs/bug30928.wsdl:1.1.2.1 Tue Dec 7 12:29:24 2004 +++ php-src/ext/soap/tests/bugs/bug30928.wsdl Mon Mar 21 10:53:32 2005 @@ -34,10 +34,10 @@ <operation name="test"> <soap:operation soapAction="#test" style="rpc"/> <input> - <soap:body parts="body" use="encoded" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + <soap:body use="encoded" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> - <soap:body parts="body" use="encoded" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + <soap:body use="encoded" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> </binding> http://cvs.php.net/diff.php/php-src/ext/soap/tests/schema/test_schema.inc?r1=1.6.2.1&r2=1.6.2.2&ty=u Index: php-src/ext/soap/tests/schema/test_schema.inc diff -u php-src/ext/soap/tests/schema/test_schema.inc:1.6.2.1 php-src/ext/soap/tests/schema/test_schema.inc:1.6.2.2 --- php-src/ext/soap/tests/schema/test_schema.inc:1.6.2.1 Thu Jan 20 07:40:15 2005 +++ php-src/ext/soap/tests/schema/test_schema.inc Mon Mar 21 10:53:32 2005 @@ -37,7 +37,7 @@ <operation name="test"> <soap:operation soapAction="#test" style="$style"/> <input> - <soap:body parts="body" use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + <soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> </operation> </binding>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php