Skip to content

Instantly share code, notes, and snippets.

@farukonder
Created June 14, 2012 08:10
Show Gist options
  • Save farukonder/2928937 to your computer and use it in GitHub Desktop.
Save farukonder/2928937 to your computer and use it in GitHub Desktop.
<wsdl:binding name="CancelOrderToACSProvABCSBinding" type="client:CancelOrderToACSProvABCS">
<soap:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
name="process">
<soap:operation soapAction="process" style="document" />
<wsdl:input>
<soap:body
namespace="http://xmlns.ttnet.com.tr/Service/CancelOrderToACSProvABCS/CancelOrderToACSProvABCS"
use="literal" />
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment