How to consume a Web Service made with ASP 3 from asp.net

  • Thread starter Thread starter Stan SR
  • Start date Start date
S

Stan SR

Hi,

I need to consume a web service (SOAP) made with asp3 from asp.net.
Do you any idea how can I do this ?

I thank you in advance
Stan
 
I do not know what asp3 is.

But web services are standardized and usually all you need to do is to add
Web Reference in Visual Studio to your project and VS will create wrappers
so you can easily use them

George.
 
Back
Top