SoapUI does not send query string after checking "Post QueryString"

I tried to test the RESTful web service by posting query parameters, however, after I checked the "Post QueryString" checkbox, no parameters were sent with the query

before sending out request

The raw request, you can see no parameters go with request

Can someone please tell me what is wrong? BTW, I am using version 4.5.1

thanks a lot

+6
source share
1 answer

I can’t be sure, but increasing the size of the "Pending impression request" parameter (by default 10000) can help.

See: File / Preferences / UI Settings / Size of the raw request for display.

I set it to 100000, now I can see the parameters of the POST request in Raw mode.

(In addition, the loan goes to olensmar's SmartBear user .)

+4
source

All Articles