Creating Web Service from wsdl

  • Thread starter Thread starter Jeff Donley
  • Start date Start date
J

Jeff Donley

Hello,

I have gotten a wsdl from 3 th party vendor.
Wsdl descripes services that I should implement as a Web Service.
How should I generate Web Service using a wsdl?

I have Visual Studio 2008 but Web Service should be .NET 2.0 compatible
so I can forget WCF.

Thanks!
 
Jeff said:
I have gotten a wsdl from 3 th party vendor.
Wsdl descripes services that I should implement as a Web Service.
How should I generate Web Service using a wsdl?

I have Visual Studio 2008 but Web Service should be .NET 2.0 compatible
so I can forget WCF.

The wsdl utility invoked with /serverInterface should
get you started.

Arne
 
Back
Top