dseel
15 years agoContributor
POST request content disappearing
Hi:
I'm using SOAPUI Pro 3.5.1. I have created several REST service interfaces, including some POST requests. I added these POST requests into test cases and added some POST content. But when I close the request window and then reopen it, my request content is gone and replaced with just a soap envelope! I have used REST POST requests many times - I don't know why these particular requests are an issue. See attached test project. Try adding request content to the attached project (drill down in the REST interface to startSmsNotification -> Request 1)
I tried adding:
<test>ha</test>
But after closing and opening, I just get this:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>
Let me know if there is a fix for this.
Thanks,
Dave
I'm using SOAPUI Pro 3.5.1. I have created several REST service interfaces, including some POST requests. I added these POST requests into test cases and added some POST content. But when I close the request window and then reopen it, my request content is gone and replaced with just a soap envelope! I have used REST POST requests many times - I don't know why these particular requests are an issue. See attached test project. Try adding request content to the attached project (drill down in the REST interface to startSmsNotification -> Request 1)
I tried adding:
<test>ha</test>
But after closing and opening, I just get this:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>
Let me know if there is a fix for this.
Thanks,
Dave