Data Transformation Engine Type Tree Importers Reference Guide

Chapter 2 - Using the Importer Wizard WSDL Importer
Type Tree Importers Reference Guide
29
<message name='responseMessage'>
<part name='response' type='wsdlns:response'/>
</message>
<portType name='SoapPort'>
<operation name='Run' >
<input message='wsdlns:requestMessage' />
<output message='wsdlns:responseMessage' />
</operation>
</portType>
<binding name='SoapBinding' type='wsdlns:SoapPort'>
<soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http' />
<operation name='Run' >
<soap:operation soapAction='http://tempuri.org/action/Run' />
<input>
<soap:body use='encoded' namespace='http://tempuri.org/message/'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
</input>
<output>
<soap:body use='encoded' namespace='http://tempuri.org/message/'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
</output>
</operation>
</binding>
<service name='RunaMap' >
<port name='SoapPort' binding='wsdlns:SoapBinding' >
<soap:address location='http://tempuri.org/EndPoint' />
</port>
</service>
</definitions>