Forum Discussion

jeanliu's avatar
jeanliu
Regular Visitor
3 years ago

Code generation in C# .NET from a SoapUI Rest project or wadl file

Hi everyone. I am working on a C# .Net project that will send a request to REST services -- a black box, and get response back. Currently this REST request/response was set up and connected with SoapUI. A SSL certificate token was installed to the server and set up inside SoapUI too. I am looking for a tool that could auto generate C# code from SopaUI so that I can use it as a service reference or interface in my C# .NET project. Is it possible? If not, any workaround? Thanks.