Skip to content

Instantly share code, notes, and snippets.

@mccraigmccraig
Created May 23, 2018 19:10
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/ae21494443bc2a1cc883523a4fe640a6 to your computer and use it in GitHub Desktop.
Save mccraigmccraig/ae21494443bc2a1cc883523a4fe640a6 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
[:ws/SessionID "asdfghjkl;"]]]
[:soap/Body
[:ws/GetEmployeeData
[:ws/LocationCode "100"]
[:ws/ShowFormerEmployees 0]]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment