Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. Status: OK
  2. Time Taken: 409
  3. Size: 793
  4. Timestamp: Mon Apr 07 12:47:02 CEST 2014
  5. TestStep: Test Request
  6.  
  7. ----------------- Messages ------------------------------
  8.  
  9. ----------------- Properties ------------------------------
  10. Encoding: UTF-8
  11. Endpoint: http://myHost.com/service/service
  12.  
  13. ---------------- Request ---------------------------
  14. Request Headers: Host : XX.XXX.X.XX
  15. Content-Length : 321
  16. SOAPAction : "http://myAction.com"
  17. Accept-Encoding : gzip,deflate
  18. User-Agent : Apache-HttpClient/4.1.1 (java 1.5)
  19. Connection : Keep-Alive
  20. Content-Type : text/xml;charset=UTF-8
  21.  
  22. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  23. <soapenv:Header>
  24. <element/>
  25. <element/>
  26. </soapenv:Header>
  27. <soapenv:Body>
  28. ...
  29. </soapenv:Body>
  30. </soapenv:Envelope>
  31.  
  32. ---------------- Response --------------------------
  33. Response Headers: Date : Mon, 07 Apr 2014 10:48:34 GMT
  34. #status# : HTTP/1.1 200
  35. Content-Length : 793
  36. Expires : Thu, 01 Jan 1970 00:00:00 GMT
  37. Content-Type : text/xml; charset=UTF-8
  38. Connection : close
  39. Server : XXXXXXXXXXXX
  40. Cache-Control : no-cache
  41. Pragma : no-cache
  42.  
  43.  
  44. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  45. <SOAP-ENV:Body>
  46. ...
  47. </SOAP-ENV:Body>
  48. </SOAP-ENV:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement