SRSeedBurners
7 years agoNew Contributor
Raw panel request missing
I have a request I am sending to a mock service and am trying to view the contents of the request via the 'Raw' tab panel. However all I see is the contents of the header, no request. I did manage to find a DEBUG log of the outgoing request but I have seen where the request is shown in the Raw tab. Am I missing something?
-------
POST http://127.0.0.1:8088/mockAccumODSBinding HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "http://wsdl/AccumODS_Interface_v1/accumODS/getMemberAccum/"
Content-Length: 4426
Host: 127.0.0.1:8088
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
<expecting raw request here...?>
--------