[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Re: .NET WebServices and classic ASP

Maarten

8/29/2003 3:01:00 AM

What you can do is:
- use Soap Toolkit to create a Vb component that calls the webservice
- create a .Net assembly that wraps the webservice proxy. Then call the .Net
assembly through COM Interop from your asp page
- create your SOAP message yourself and send it with HttpServer (or whatever
http client program you want to use).

http://support.microsoft.com/default.aspx?scid=kb;en... talks about
Foxpro but the soap toolkit part is important

HTH

Maarten




"Antonio Maciel" <antmac@consys.com> wrote in message
news:%23yW%23a8WbDHA.388@TK2MSFTNGP10.phx.gbl...
> Hi.
>
> Is it possible to call a .NET web service from old asp? Is there any
article
> on the web showing/explaining how to do that?
>
> Thanks,
>
> Antonio Maciel
>
>