Forum Discussion

mgouda's avatar
mgouda
Occasional Contributor
13 years ago
Solved

Request Body not shown raw tab

Hi,

The request body is not shown in the raw tab, can anybody help and tell me how to display it?
  • For anyone that comes across this...

    I moved from Windows 7 to OSX Mountain Lion and when running all of the pre-existing tests in OSX, I was no longer seeing the Request Body in the Raw tab. I was able to quickly get it working by doing what is described in this link: viewtopic.php?t=5440

    In a nutshell, you have to go into Preferences-->Editor Settings and check "Vaidate Requests" and "Validate Responses". After doing this, I started seeing the Request Body in the Raw tab.

10 Replies

  • chumster's avatar
    chumster
    Occasional Contributor
    For anyone that comes across this...

    I moved from Windows 7 to OSX Mountain Lion and when running all of the pre-existing tests in OSX, I was no longer seeing the Request Body in the Raw tab. I was able to quickly get it working by doing what is described in this link: viewtopic.php?t=5440

    In a nutshell, you have to go into Preferences-->Editor Settings and check "Vaidate Requests" and "Validate Responses". After doing this, I started seeing the Request Body in the Raw tab.
    • aadithyaks's avatar
      aadithyaks
      Occasional Contributor

      This helped me to resolve the issue. Thanks!

  • mgouda's avatar
    mgouda
    Occasional Contributor
    Does any one know why the request body disappeared from the raw tab?
  • I also see this problem. It is very difficult to tell whether my message body is encrypted or not. I have to use a packet sniffer along with SOAPUI pro to check this. Can anyone please help me with this issue?

    Currently all that I see in my raw request is
    POST {server.ip}/{endpoint}.svc HTTP/1.1
    Accept-Encoding: gzip,deflate
    Content-Type: text/xml;charset=UTF-8
    SOAPAction: "SOME:ACTION:HERE"
    User-Agent: Jakarta Commons-HttpClient/3.1
    Host: 10.1.5.201
    Content-Length: 3727


    I have also used SOAP UI pro 4.0 and version 3.6.1. In a message thread I see that this existed in 3.6.1 and was fixed in a nightly build that is no longer available on the download site.
  • Aaronliu's avatar
    Aaronliu
    Frequent Contributor
    the issue occurs in Soap UI version 4.5, maybe you would use version 4.0 instead, it works good.
  • Could you please tell me which build of SOAP UI PRO 4.0 are you using? is this 4.0.0 or 4.0.2?
    Thanks
  • Also, try with a nightly build. I think that it's fixed in there.

    Anyway, it will be fixed in 4.5.1, which should be out on Wednesday.
  • I am also not able to see raw request

    i getting following error message <missing raw request data>

    Please send me suggestions to view raw request
  • Hi,

    I got the same issue in 4.5.1. The request body is not shown. In fact I think the request body is not posted at all because if I uncheck the "Post QuertString", my test works, but not when it is posted in the bodies.

    POST http://{server}/j_security_check HTTP/1.1
    Accept-Encoding: gzip,deflate
    Content-Type: application/x-www-form-urlencoded
    Referer: http://{server}/dashboard/
    Content-Length: 37
    Host: {server}
    Connection: Keep-Alive
    User-Agent: Apache-HttpClient/4.1.1 (java 1.5)

    Kevin