Skip to content

Instantly share code, notes, and snippets.

@cbmgit
Created January 11, 2022 14:54
Show Gist options
  • Save cbmgit/0bc561f84c2eef27cb73222b2775ac3a to your computer and use it in GitHub Desktop.
Save cbmgit/0bc561f84c2eef27cb73222b2775ac3a 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 = "Hello_Service">
<documentation>WSDL File for Hello Word</documentation>
<port binding = "tns:Hello_Binding" name = "Hello_Port">
<soap:address
location = "http://www.examples.com/SayHello/" />
</port>
</service>
</description>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment