Advertisement
LKirby

Web Service Response

May 14th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.48 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <soap:Body>
  4. <AuthenticateUserResponse xmlns="http://tempuri.org/">
  5. <AuthenticateUserResult>
  6. <response xmlns="" error="" success="true" ticket="sid-t98rkvtyea9170uw" userid="6961"/>
  7. </AuthenticateUserResult>
  8. </AuthenticateUserResponse>
  9. </soap:Body>
  10. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement