Return to bug41337_2.wsdl CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / soap / tests / bugs |
1.1 misho 1: <?xml version="1.0" ?> 2: <definitions 3: xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 4: xmlns:xsd="http://www.w3.org/2001/XMLSchema" 5: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 6: xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" 7: xmlns:si="http://soapinterop.org/xsd" 8: xmlns:tns="http://linuxsrv.home/~dmitry/soap/test.wsdl" 9: xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 10: xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 11: xmlns="http://schemas.xmlsoap.org/wsdl/" 12: targetNamespace="http://linuxsrv.home/~dmitry/soap/test.wsdl"> 13: 14: <import namespace="http://linuxsrv.home/~dmitry/soap/test.wsdl" 15: location="bug41337_2_1.wsdl" /> 16: 17: <binding name="TestServiceBinding" type="tns:TestServicePortType"> 18: <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> 19: <operation name="Add"> 20: <soap:operation soapAction="Add" style="rpc" /> 21: <input> 22: <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 23: </input> 24: <output> 25: <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 26: </output> 27: </operation> 28: </binding> 29: 30: <service name="TestService"> 31: <port name="TestServicePort" binding="tns:TestServiceBinding"> 32: <soap:address location="http://linuxsrv.home/~dmitry/soap/soap_server.php" /> 33: </port> 34: </service> 35: 36: </definitions>