Forum Discussion

Awesome's avatar
Awesome
Frequent Contributor
15 years ago

Missing matching Fault in wsdl for bindingOperation [Query]

hi,

on a linux box, i'm trying to run a loadtest using:
./loadtestrunner.sh  "../../ws_tests/WS_Stress2-soapui-project.xml"

i get the following message for each thread:
16:30:07,670 DEBUG [SoapUIMultiThreadedHttpConnectionManager] Notifying no-one, there are no waiting threads
16:30:07,670 WARN  [WsdlValidator] Missing matching Fault in wsdl for bindingOperation [Query]
16:30:07,672 WARN  [WsdlValidator] Missing matching Fault in wsdl for bindingOperation [Query]
16:30:07,673 DEBUG [SoapUIMultiThreadedHttpConnectionManager] Freeing connection, hostConfig=HostConfiguration[host=http://ourendpointserver:9090]

from the GUI within soapui, this same project file runs fine for both tests/load.

any idea why the load test is returning:
WARN  [WsdlValidator] Missing matching Fault in wsdl for bindingOperation

Thank you!

4 Replies

  • Awesome's avatar
    Awesome
    Frequent Contributor
    each results output file contains:

    --> cat LoadTest_1-error-3367-entry.txt
    Fri May 01 17:07:40 PDT 2009:Login:TestStep [Login] result status is FAILED; [Expected element 'faultcode' instead of 'faultcode@http://schemas.xmlsoap.org/soap/envelope/' here, Expected element 'faultcode' instead of 'faultstring@http://schemas.xmlsoap.org/soap/envelope/' here, Expected element 'faultcode' instead of 'detail@http://schemas.xmlsoap.org/soap/envelope/' here, Expected element 'faultcode' before the end of the content, Response is a SOAP Fault]:220
    -> Discarded
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    hmm.. the first question is just a warning about the fault you are getting back not being declared in your WSDL, you should see them in the soapui log tab when running from the UI, could that be the case?

    The second is a bit more mysterious.. is this something we could run from "the outside" if you would provide us with your project?

    Also, are you running the latest nightly build?

    regards!

    /Ole
    eviware.com
  • Awesome's avatar
    Awesome
    Frequent Contributor
    1) that's what i thought: "a warning about the fault you are getting back not being declared in your WSDL,"  except we have all our faults in our wsdl AND i do not get any faults running the project from the gui...the project passes. running the load test shows no errors (that i can deduce

    2) let me see if i can get you an open port to our webservices. can you mail me the ip range you would access from so i could put it on our whitelist?

    thanks for your help!
  • Awesome's avatar
    Awesome
    Frequent Contributor
    ok after digging through our logs, I realized that our webservices server itself wasn't on the ip whitelist, so the test from the soapui GUI (which is run from another box) was passing with no faults.  LoadTestRunner was getting run on the same box as the webservies, and returning that vague fault message, which was actually our whitelist error (which i guess isn't returned as a proper fault code).

    whew! thanks for the help, load test is running now!