Request Body not shown raw tab

Feel free to talk about anything and everything in this board. We will put up general announcements here.

Request Body not shown raw tab

Postby mgouda » 17 Apr 2012 16:15

Hi,

The request body is not shown in the raw tab, can anybody help and tell me how to display it?
mgouda
User
 
Posts: 6
Joined: 05 Apr 2012 15:55

Re: Request Body not shown raw tab

Postby mgouda » 18 Apr 2012 13:50

Does any one know why the request body disappeared from the raw tab?
mgouda
User
 
Posts: 6
Joined: 05 Apr 2012 15:55

Re: Request Body not shown raw tab

Postby ndsouzachris » 20 May 2012 20:08

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.
ndsouzachris
User
 
Posts: 4
Joined: 20 May 2012 19:49

Re: Request Body not shown raw tab

Postby Aaronliu » 25 May 2012 10:09

the issue occurs in Soap UI version 4.5, maybe you would use version 4.0 instead, it works good.
Aaronliu
Jr. Member
Jr. Member
 
Posts: 90
Joined: 19 Jun 2011 06:14

Re: Request Body not shown raw tab

Postby ndsouzachris » 22 Jun 2012 23:55

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 :)
ndsouzachris
User
 
Posts: 4
Joined: 20 May 2012 19:49

Re: Request Body not shown raw tab

Postby heols » 25 Jun 2012 12:19

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.
heols
Product Owner & Developer
Product Owner & Developer
 
Posts: 186
Joined: 13 Jun 2012 07:22

Re: Request Body not shown raw tab

Postby ndsouzachris » 25 Jun 2012 18:20

Thank you! will wait for the nightly build
ndsouzachris
User
 
Posts: 4
Joined: 20 May 2012 19:49

Re: Request Body not shown raw tab

Postby booksrinu » 26 Jun 2012 02:20

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
booksrinu
User
 
Posts: 1
Joined: 26 Jun 2012 02:01

Re: Request Body not shown raw tab

Postby kevincc » 25 Oct 2012 00:09

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
kevincc
User
 
Posts: 1
Joined: 24 Oct 2012 23:47

Re: Request Body not shown raw tab

Postby chumster » 19 Dec 2012 00:20

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.
chumster
User
 
Posts: 12
Joined: 27 Oct 2011 16:19


Return to General