-
-
Save dkullmann/e2d29d364cd733eee965 to your computer and use it in GitHub Desktop.
This file contains 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
<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