bjinse
15 years agoNew Contributor
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:
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.
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.