1<?xml version="1.0" encoding="UTF-8"?> 2<definitions name="SoapInterop" targetNamespace="http://soapinterop.org/" 3 xmlns:wsdlns1="http://soapinterop.org/definitions/" 4 xmlns:wsdlns="http://soapinterop.org/" 5 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 6 xmlns="http://schemas.xmlsoap.org/wsdl/"> 7 <import location="imported/import1B.wsdl" namespace="http://soapinterop.org/definitions/" /> 8 9 <binding name="SoapInteropImport1Binding" type="wsdlns1:SoapInteropImport1PortType"> 10 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> 11 <operation name="echoString"> 12 <soap:operation soapAction="http://soapinterop.org/"/> 13 <input> 14 <soap:body use="encoded" namespace="http://soapinterop/echoString/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 15 </input> 16 <output> 17 <soap:body use="encoded" namespace="http://soapinterop/echoStringResponse/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 18 </output> 19 </operation> 20 </binding> 21 <service name="Import1"> 22 <port name="SoapInteropImport1Port" binding="wsdlns:SoapInteropImport1Binding"> 23 <soap:address location="round3_groupD_import1.inc"/> 24 </port> 25 </service> 26</definitions> 27