Free Version : Load Test - SOAP Services
Hi Team
I am facing something similar issue to https://community.smartbear.com/t5/API-Performance-Testing/The-document-is-not-a-Envelope-error-message/td-p/40070 .As there was no solution posted .So raising ticket again.
Test scenario : Create a member in the system.
Threads : 2
Strategy: Simple
Test Delay :2500
Random:0.5
Limit =1.0 seconds
after running for 2 minutes i can see few of the requests fail with following error in 'LoadTest' log .
[SOAP Response] error: The document is not a Envelope@http://schemas.xmlsoap.org/soap/envelope/: document element mismatch got html@http://www.w3.org/1999/xhtml
[SOAP Response] The document is not a Envelope@http://schemas.xmlsoap.org/soap/envelope/: document element mismatch got html@http://www.w3.org/1999/xhtml
and After the full test run there are 5 errors shown under 'err' column . and if the complexity of the test is increased -i.e. Create a member and then create a account , then the number of errors increase as well ( like 32 envelope errors).Checking the internal logs does not show any service related error .
Can someone please help in understanding why only few requests fail with Soap envelope..
does changing any setting can help to resolve this.
Thanks