Forum Discussion

Elad_Avrahami's avatar
Elad_Avrahami
New Contributor
16 years ago

ERROR [WsdlTestCase] Failed to create test step for [DataSource]

Hi,

I'm trying to access my soapui project from the api and execute selected testcase.
the following line: wsdlProject = new WsdlProject([filename])
returns this message: "ERROR [WsdlTestCase] Failed to create test step for [DataSource]"

I understood this is soapui pro specific testcase that require soapui pro core initialization. I need your assistant on that.

Thanks,
Chen.

2 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    please try adding the following code in your testcase setup method:

    SoapUI.setSoapUICore( new SoapUIPro.SoapUIProCore( true, pathToSettingsFile ));


    Does that help?

    regards!

    /Ole
    eviware.com