web services using vc++.net??

Jell

Member
Joined
Mar 5, 2004
Messages
10
I want to write web services in vc++

(Reason: I am actually building a web service wrapper to a legacy application, so that the legacy functionality can be accessed from anywhere on the web.
I tried making web service in c# for it but got too stuck in marshalling classes (which encapsulated both "data+ methods"), so i am opting out for vc++.net )

On clicking on New->Project->Visual C++ projects i can see only ASP.NET web services...

when i click on that... and after that i am completely lost :(

i have developed web services in C#...but vc++.net project workspace seems like an alien world...please help out...
 
Back
Top