|
-
October 15th, 2008, 09:04 AM
#1
VS 2008 WebService Proxy classes in MFC project using VC++6.0
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|