Forum Discussion

prakash_kudreka's avatar
prakash_kudreka
New Contributor
16 years ago

Does SOAP UI support the chained WSDL

Hi All,

I am new user of SoapUi.
The Web service WSDL's are defined in a such way that Basic WSDL, Binding WSDl and Interface WSDL. Basic WSDL calls Binding WSDL and Binding calls Interface WSDl.

When the service is deployed, in the inetmgr only the Basic WSDl is exposed. So when i upload the WSDL onto the SoapUI it doesnt show any of the operations.

Is soapUi intelligent enough to look into the WSDL chain relationships?

Thanks
Prakash
  • Jasper175's avatar
    Jasper175
    Frequent Contributor
    Good question - apparently no one is out there.

    I had the same question - so far I'm thinking it doesn't have that wisdom, as the wsdl files are simply read by soapui.
    Though I did import all the wsdl files under "one project" and created separate testsuites with a chain of threads.
    TestSuite "Create Customer": Threads: createCustomer > createPaymentOption
    TestSuite "Update Customer Info: Threads: searchCustomer > updateCustomerAddress > updatePaymentOption etc...

    Not sure if that even applies to what you're doing, but you can put every thread in one test and set your order by drag & drop