Hi I have a Web Service developed in VS 2008 using C#.
I have a MFC project developed using VS 6.0.

I want to call the Web service in MFC project.
For this , To create proxy classes of web service , I used the following command in commandprompt.

sproxy http://localhost:3748/Kiran.asmx
but this command throws error which says

http://localhost:3748/Kiran.asmx(3,7) : error SDL1005 : unrecognized tag, with
[
namespace = ""
tag = "html"
]

sproxy : error SDL1031 : failure in processing discomap file: "http://localhost:
3748/Kiran.asmx".


How should i resolve this?
How Can I create proxy classes in VC++ 6.0
(I know in VS2005 there is option for Add Web Reference but i dont find any option in 6.0)

Thanks for the help
Kiran