Forum Discussion

bjinse's avatar
bjinse
New Contributor
15 years ago

Length of Raw request page is limited?

Some of our soap requests are quite large, because complete objects are passed from the client. If I run a request, the raw request page does not show the complete request. It is cut off at about 10K of XML code.
I need the raw request to check if the parameter substitution was performed correctly.

Headers of example request:

POST http://nidxacc:9080/EngineBusinessRules/services/BusinessRulesEngineItf HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: ""
User-Agent: Jakarta Commons-HttpClient/3.1
Host: nidxacc:9080
Content-Length: 25540


So I am missing more then half of the request. The same goes for the raw response.

To clarify: The complete raw request is sent to the server, it is just SoapUI not showing part of the raw request in the Request/Raw pane.

1 Reply

  • The answer is very simple:
    The preferences / UI Settings has a default setting of 10000 for the raw response and request. It is now adjusted to fill my needs.

    Sorry for bothering...