Forum Discussion
FozzyBear18
7 years agoNew Contributor
I too am running into this very frustrating problem. Working soap UI 5.4 mock service deployed to Tomcat, handles the first request fine, truncates the 2nd and any others following. Restarting the service allows the first to work again only. With logging statements in the soapui OnRequest script section, I confirmed mockRequest.requestContent is getting cut off. I've adjusted tomcat server.xml HTTP connector sizing settings, using -1 values to remove limits. :
<Connector port="8888" protocol="HTTP/1.1"
connectionTimeout="20000"
maxPostSize="-1"
maxSavePostSize="-1"
redirectPort="8443" />
I am out of ideas.
Related Content
- 8 years ago
- 8 years ago
- 12 years ago
Recent Discussions
- 15 years ago