Skip to content

Instantly share code, notes, and snippets.

@andrunix
Created July 1, 2017 16:30
Show Gist options
  • Save andrunix/3c12f74dccff8530cfeb87b8d2deba4f to your computer and use it in GitHub Desktop.
Save andrunix/3c12f74dccff8530cfeb87b8d2deba4f to your computer and use it in GitHub Desktop.
XML Request Sample
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://example.com/services/servicesm/v10/Common" xmlns:log="http://example.com/services/servicesm/v10/UserInfo">
<soapenv:Header>
<com:BaseRequestData>
<!--Optional:-->
<ClientUserID>BAMPI</ClientUserID>
<!--Optional:-->
<ClientUserPassword>password</ClientUserPassword>
<!--Optional:-->
<CallingApp>BAMPI</CallingApp>
<!--Optional:-->
<LoggedInUserID></LoggedInUserID>
<!--Optional:-->
<LoggedInUserType></LoggedInUserType>
</com:BaseRequestData>
</soapenv:Header>
<soapenv:Body>
<log:LoggedInUserInfoReq>
<UserID>userid</UserID>
<ConsumingApp>BAMPI</ConsumingApp>
</log:LoggedInUserInfoReq>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment