vote up 0 vote down star

I have an WSDL / Web Service and I need to generate an set of Interfaces for them, is there any easy way of generating Interfaces for the WSDL?

flag

3 Answers

vote up 2 vote down check

As you're a C# developer I'm assuming you mean C# interfaces for the client? You can do this using svcutil for WCF or WSDL.exe for legacy Web services.

link|flag
+1 for svcutil / WCF - that's the place to be! – marc_s Nov 2 at 11:36
vote up 0 vote down

Apache CXF has tools that will generate interfaces for several languages

link|flag
vote up 1 vote down

Yes. Download SoapUI for free. SoapUI can generate code, interfaces, or stubs for a variety of platforms, including .NET and numerous Java formats.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.