all groups > dotnet web services > february 2006 >
You're in the

dotnet web services

group:

Classic ASP


Classic ASP Arne Garvander
2/25/2006 5:43:27 AM
dotnet web services:

How do I call an ASP.net web services from Classis ASP?
--
Arne
Certified Geek
Re: Classic ASP Scott M.
2/25/2006 1:29:32 PM
You must register the .NET Web Service for COM InterOp (in the project's
build properties), which will generate a type library during compilation.
Then you must make a reference to this tlb from the classic ASP code.


[quoted text, click to view]

AddThis Social Bookmark Button