Skip to content

Instantly share code, notes, and snippets.

@farukonder
Created June 14, 2012 08:14
Show Gist options
  • Save farukonder/2928952 to your computer and use it in GitHub Desktop.
Save farukonder/2928952 to your computer and use it in GitHub Desktop.
<wsdl:binding name="${whichPortBindingName}Binding" type="${targetNsPrefix}:${whichPortBindingName}" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
<wsdl:operation name="${operationName}" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<soap:operation style="document" soapAction="${operationName}" />
<wsdl:input>
<soap:body use="literal" namespace="${targetNS}" />
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment