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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top