Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created November 15, 2013 21:49
Show Gist options
  • Save SpencerCooley/7492229 to your computer and use it in GitHub Desktop.
Save SpencerCooley/7492229 to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://membersuite.com/schemas" xmlns:con="http://membersuite.com/contracts">
<soapenv:Header>
<sch:ConciergeRequestHeader>
<sch:AccessKeyId>my_access_key</sch:AccessKeyId>
<sch:AssociationId>my_id</sch:AssociationId>
<sch:Signature>signature</sch:Signature>
</sch:ConciergeRequestHeader>
</soapenv:Header>
<soapenv:Body>
<con:WhoAmI/>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment