Created
May 26, 2011 10:23
-
-
Save anpieber/992895 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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