Advertisement
Guest User

Untitled

a guest
Apr 7th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Output: Add SOAP Headers
  2. <?xml version="1.0" encoding="UTF-8"?><soap12:envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <soap12:Body>
  4. <LockIdentity xmlns="http://www.SomeSite.com/">
  5. <corporateKey>IDHere</corporateKey>
  6. </LockIdentity>
  7. </soap12:Body>
  8. </soap12:envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement