Skip to content

Instantly share code, notes, and snippets.

@mccraigmccraig
Created May 23, 2018 19:12
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 mccraigmccraig/51fc7be6a48ef86f65a69baec8521eeb to your computer and use it in GitHub Desktop.
Save mccraigmccraig/51fc7be6a48ef86f65a69baec8521eeb to your computer and use it in GitHub Desktop.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
xmlns:ws="http://ws.blahblahblah.com/">
<soap:Header>
<ws:AuthenticationHeader>
<!--Optional:-->
<ws:SessionID>asdfghjkl;</ws:SessionID>
</ws:AuthenticationHeader>
</soap:Header>
<soap:Body>
<ws:GetEmployeeData>
<!--Optional:-->
<ws:LocationCode>100</ws:LocationCode>
<ws:ShowFormerEmployees>0</ws:ShowFormerEmployees>
</ws:GetEmployeeData>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment