Forum Discussion

Sabiha's avatar
Sabiha
Occasional Contributor
3 years ago

Calling SOAP UI from TestComplete

Hi,

 

We have some SOAP UI requests that we call from within TestComplete via the ReadyAPI1.Test1.Execute()  mechanism.

I can see that the ready API Editor overrides page allows me to specify a different host to that specified in SOAP UI request.

Is there a way that I can use a project variable here  to set the host via my tests scripts?

I have tried setting a project variable to my server name and then entering the project variable in the host field but it doesn't like it.

Any ideas how I can run the same  SOAP requests on different servers - via testscripts?