Binding information

Each operation needs to be linked to the server URL.

  1. Right-click GUID-E31DBC67-CA45-403F-8358-1AB1E5AEF05A-low.png and then click Generate Binding Content.

    This opens the Binding Wizard dialog box.

  2. You can use the default values, click Finish.

You can see the generated XML in the Source tab of the WSDL Editor:

<wsdl:operation name="addBook">
  		<soap:operation
  			    soapAction="http://project.company.com/BookLegacy/addBook" />
  		<wsdl:input>
  			    <soap:body use="literal" />
  		</wsdl:input>
  		<wsdl:output>
  			    <soap:body use="literal" />
  		</wsdl:output>
</wsdl:operation>