Can I automate SoapUI with C#?

3.8k Views Asked by At

Lots of folks have found SoapUI to be a very useful tool. We're checking it out now. But their support page / articles are weak.

Does anyone here have any experience automating SoapUI with C#? I've seen some sample code that appears to be calling SoapUI components from C# and am wondering what hoops I need to jump through -- what references I need -- to accomplish that.

To clarify, I'm wondering about creating a .NET/C# app that calls SoapUI objects and methods.

1

There are 1 best solutions below

6
On

I hate suggesting you an alternative, because it's not a real answer to your question. But are there things you look for in SoapUI you can't do with Curl? Curl is easy to automate (it even has a NuGet package).