Forum Discussion

PrasadBonthu's avatar
PrasadBonthu
New Contributor
14 years ago

LoadTest Assertion Failed: uriSchemeNotSupported

Hi all,

I am using SoapUIPro4.0.1(Latest Release). I Created TestCase with some steps and Assertions of type "for Content". It executed successfully in SoapUI.
For the same testcase i created LoadTest with default options, when i am running, getting assertion Failures like

"[[Match content of [a:statusCode]] XPathContains comparison failed, expecting [successfulOk], actual was [uriSchemeNotSupported]"

Thanks,
Prasad B
  • Hi Prasad,

    This sounds like your service is returning an unexpected response when running the LoadTest - could it be a problem on the server that it can not handle the load you are generating?

    regards,

    /Ole
    SmartBear Software
  • Hi Ole,

    I am running these web services in Windows Server 2008 with 16GB ram. It can handle Huge load. I ran the Load Test with default options i.e Threads 5, Strategy: Simple .
    In my case, In the request i will send one document to the service, it will be modified/processed in the server and in response, document will be caught and saved in a particular location. I Observed the same error in SoapUI if the saved location document is opened.

    Regards,
    Prasad
  • Hi, sorry for missing this topic!
    PrasadBonthu wrote:
    I Observed the same error in SoapUI if the saved location document is opened.

    It sounds to me like a problem with concurrency on the client (soapUI) side.

    What kind of document is it and how is it provided to the soapUI Request TestStep (XML DataSource, Groovy Script, etc.)?

    Regards

    Henrik
    SmartBear Software