Forum Discussion

SRSeedBurners's avatar
SRSeedBurners
New Contributor
6 years ago

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...?>

--------

2 Replies

  • Hi SRSeedBurners

     

    I think this request is of GET type and for GET Type there is no Request as well as RawRequest Available.

     

    Do like if you got the answer.

     

    Thanks,

    Himanshu Tayal

    • SRSeedBurners's avatar
      SRSeedBurners
      New Contributor

      I found the request in the Mock Service log.   There is definitely a request going out of there would be no point in sending anything.   I don't know why it's not showing from the request editor pane but I found what I needed.