Skip to content

Instantly share code, notes, and snippets.

@rrgarciach
Created March 7, 2016 14:56
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 rrgarciach/e0c42643a551c2cbebfa to your computer and use it in GitHub Desktop.
Save rrgarciach/e0c42643a551c2cbebfa to your computer and use it in GitHub Desktop.
WSDL example
<message name="getTermRequest">
<part name="term" type="xs:string"/>
</message>
<message name="getTermResponse">
<part name="value" type="xs:string"/>
</message>
<portType name="glossaryTerms">
<operation name="getTerm">
<input message="getTermRequest"/>
<output message="getTermResponse"/>
</operation>
</portType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment