Skip to content

Instantly share code, notes, and snippets.

@cbmgit
Created June 14, 2021 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbmgit/7cfe2d1285d7609718bbddc1893a6029 to your computer and use it in GitHub Desktop.
Save cbmgit/7cfe2d1285d7609718bbddc1893a6029 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<description
xmlns="http://www.w3.org/ns/wsdl"
xmlns:tns="http://www.tmsws.com/wsdl20sample"
xmlns:whttp="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:wsoap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://www.tmsws.com/wsdl20sample">
<service name="Service1" interface="tns:Interface1">
<endpoint name="HttpEndpoint" binding="tns:HttpBinding" address="http://www.example.com/rest/"/>
<endpoint name="SoapEndpoint" binding="tns:SoapBinding" address="http://www.example.com/soap/"/>
</service>
</description>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment