Forum Discussion

yarab's avatar
yarab
Occasional Contributor
14 years ago

Add WSDL dynamically

Hi,

I'm using soapUI Pro 3.6.2.
I'm working in a project that test web services dynamically which require the system to add the WSDL dynamically..

To test web services, soapUI require to add the WSDL URL manually.. I want the soapui project to add the WSDL dynamically (after getting it from a database or through a port listener) and then run script to test different aspects of the web service (i.e., response time).

I have no idea how to do it!! and I really need help..
Appreciate your help and thank you in advance..

1 Reply

  • I personally know how to launch test against N servers but they are all hosting the same wsdl.
    So my tests can point at runtime to those ones.
    It is like that ?
    Is it your case ?

    But let say it is no.And you may require to load wsdls totalyy differents wthout knowing them in advance.

    I really wonder what do you expect to test ?

    Normally you have to load the wsdl, add value to a specific ws which requires human intervention (business logic etc)
    at least to enter the first values.