Forum Discussion
Jasper175
15 years agoFrequent Contributor
I just tried to recreate what you did and SoapUI didn't fix it for me.
In the TestCase Editor I took out the 'dy'
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://abc.123.com/services/sl">
<soapenv:Header/>
<soapenv:Bo>
<ser:GetCustomerFullInfoRequest>
<ser:customerId>2075</ser:customerId>
</ser:GetCustomerFullInfoRequest>
</soapenv:Body>
</soapenv:Envelope>
The error I got:
<faultcode>soap:Client</faultcode>
<faultstring>An exception occurred processing the request
: ServletInputStream read failed at byte 0 of 366</faultstring>
When I fix the "Body" - it the API runs fine.
So when you send the broken tag and run it successfully the Raw tab shows <soapenv:Body> intact?
In the TestCase Editor I took out the 'dy'
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://abc.123.com/services/sl">
<soapenv:Header/>
<soapenv:Bo>
<ser:GetCustomerFullInfoRequest>
<ser:customerId>2075</ser:customerId>
</ser:GetCustomerFullInfoRequest>
</soapenv:Body>
</soapenv:Envelope>
The error I got:
<faultcode>soap:Client</faultcode>
<faultstring>An exception occurred processing the request
: ServletInputStream read failed at byte 0 of 366</faultstring>
When I fix the "Body" - it the API runs fine.
So when you send the broken tag and run it successfully the Raw tab shows <soapenv:Body> intact?