Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created May 26, 2011 10:23
Show Gist options
  • Select an option

  • Save anpieber/992895 to your computer and use it in GitHub Desktop.

Select an option

Save anpieber/992895 to your computer and use it in GitHub Desktop.
<wsdl:definitions name="PortReceiverService" targetNamespace="http://ws.ports.openengsb.org/">
<wsdl:portType name="PortReceiver"> </wsdl:portType>
<wsdl:binding name="PortReceiverServiceSoapBinding" type="tns:PortReceiver">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
</wsdl:binding>
<wsdl:service name="PortReceiverService">
<wsdl:port binding="tns:PortReceiverServiceSoapBinding" name="PortReceiverPort">
<soap:address location="http://localhost:8090/ws/receiver/"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment