Forum Discussion

gregwhazzard's avatar
gregwhazzard
New Contributor
12 years ago

can requests to webservices be called from outside SoapUI

If I have successfully submitted a request to an endpoint url and received a response back.
Can I trigger this request from outside SoapUI and then dump the file, parse it and consume the response?
Or is SoapUI ONLY a tool for testing Web Services but not for using as a proxy itself for making the requests/responses to other web services?

I work in .NET but the UserNameToken and Binary Token x.509 all over https has been impossible to achieve in .NET (wcf) so I was hoping to use SoapUI and somehow wrap any calls or commands to SoapUI as a service, an executable, or some other type of production level process that can be called.

I have already imported the wsdl (same wsdl that SoapUI fetches) into .NET but getting the SOAP request correct has been impossilble in this particular interop/authenticaion scenario.

4 Replies