Skip to content

Instantly share code, notes, and snippets.

@dkullmann
Created November 3, 2012 22:45
Show Gist options
  • Save dkullmann/e2d29d364cd733eee965 to your computer and use it in GitHub Desktop.
Save dkullmann/e2d29d364cd733eee965 to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:tem="http://tempuri.org/"
xmlns:wcf="http://schemas.datacontract.org/2004/07/WcfDevice.ZOS.API.Device">
<soapenv:Header/>
<soapenv:Body>
<tem:ServiceName>
<tem:ServiceNameInput>
<wcf:apiKey>YourAPIKey</wcf:apiKey>
<wcf:apiPasswd>YourAPIPassword</wcf:apiPasswd>
<wcf:clientId>YourClientId</wcf:clientId>
<Parameter1>additional tag-values</Parameter1>
<Parameter2>string</Parameter2>
</tem:ServiceNameInput >
</tem:ServiceName>
</soapenv:Body>
</soapenv:Envelope>
where ServiceName indi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment