Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. <con:transport>
  2. <con:uri>/ws/service/interface</con:uri>
  3. <con:mode>request-response</con:mode>
  4. <con:qualityOfService>best-effort</con:qualityOfService>
  5. <con:request xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  6. <tran:headers xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
  7. <http:Accept-Encoding>gzip,deflate</http:Accept-Encoding>
  8. <http:Connection>Keep-Alive</http:Connection>
  9. <http:Content-Length>1285</http:Content-Length>
  10. <http:Content-Type>text/xml;charset=UTF-8</http:Content-Type>
  11. <http:Host>www.a.service.com</http:Host>
  12. <http:SOAPAction>""</http:SOAPAction>
  13. <http:User-Agent>Apache-HttpClient/4.1.1 (java 1.5)</http:User-Agent>
  14. </tran:headers>
  15. <tran:encoding xmlns:tran="http://www.bea.com/wli/sb/transports">UTF-8</tran:encoding>
  16. <http:client-host>www.a.service.com</http:client-host>
  17. <http:client-address>xx.xxx.x.xxx</http:client-address>
  18. <http:http-method>POST</http:http-method>
  19. </con:request>
  20. <con:response xsi:type="http:HttpResponseMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  21. <tran:headers xsi:type="http:HttpResponseHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
  22. <http:Content-Type>text/xml</http:Content-Type>
  23. </tran:headers>
  24. <tran:response-code xmlns:tran="http://www.bea.com/wli/sb/transports">0</tran:response-code>
  25. </con:response>
  26. </con:transport>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement