MockService Deployed War (to Tomcat first request works, subsequent mockRequest.request get cut off
This seems to be an older issue/question that was never resolved.
Working soap UI 5.4 mock service, works fine in Soap UI (hit the play button) However once 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.
Here is a link to that older thread that brought me here.
https://community.smartbear.com/t5/SoapUI-Open-Source/Trouble-Logging-Request-Content/td-p/42805