Guest User

Untitled

a guest
Jun 25th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. <soap:Envelope
  4. xmlns:soap="http://www.w3.org/2003/05/soap-envelope/"
  5. soap:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
  6.  
  7. <soap:Header>
  8. ...
  9. </soap:Header>
  10.  
  11. <soap:Body>
  12. ...
  13. <soap:Fault>
  14. ...
  15. </soap:Fault>
  16. </soap:Body>
  17.  
  18. </soap:Envelope>
  19.  
  20. <array>
  21. <data>
  22. <value><i4>1404</i4></value>
  23. <value><string>Something here</string></value>
  24. <value><i4>1</i4></value>
  25. </data>
  26. </array>
Add Comment
Please, Sign In to add comment