Java Reference
In-Depth Information
Figure9-5.Specifying concrete asspects of the WSDL
Using this screen in the IDE generates the following:
<binding name="CustomerProcessEsbBinding"
type="tns:CustomerProcessEsbPortType">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="CustomerProcessEsbOperation">
<soap:operation/>
<input name="input1">
<soap:body use="literal"/>
</input>
<output name="output1">
<soap:body use="literal"/>
</output>
</operation>
</binding>
Search WWH ::




Custom Search