Forum Discussion
Federal_Home_Lo_1
14 years agoOccasional Contributor
More Information:
When I run with 2 concurrent threads: I get the following response from soapui.
<soapenv:Body>
<soapenv:Fault>
<faultcode>Server</faultcode>
<faultstring>Missing operation for soapAction [updateManualRate] and body element [null] with SOAP Version [SOAP 1.1]</faultstring>
</soapenv:Fault>
</soapenv:Body>
The wire output of the soap request looks fine.
btw...I have made changes as you recommended to use query/match. I matched to what is coming from the data source on the two mock test operations in the test case. So it appears that query/match the way I have set it up is not helping. Any thoughts on how to debug further?
When I run with 2 concurrent threads: I get the following response from soapui.
<soapenv:Body>
<soapenv:Fault>
<faultcode>Server</faultcode>
<faultstring>Missing operation for soapAction [updateManualRate] and body element [null] with SOAP Version [SOAP 1.1]</faultstring>
</soapenv:Fault>
</soapenv:Body>
The wire output of the soap request looks fine.
btw...I have made changes as you recommended to use query/match. I matched to what is coming from the data source on the two mock test operations in the test case. So it appears that query/match the way I have set it up is not helping. Any thoughts on how to debug further?