Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Developing web service client in Visual C++ .NET

Status
Not open for further replies.

willaou

Technical User
Nov 25, 2002
1
US
I wonder if anyone had experience developing web service client in Visual C++ .NET. I am using Visual Studio 7.1 C++ to develop a web service client calling web services published by Microsoft Operations Manager Connector Framework. Based on the instruction from MSDN, I added Web Reference into a Visual C++ ATL project. Then I got the following error:
error SDL1005 : unrecognized tag, with
[
namespace = "tag = "list"
]

It looks that ConnectorService.asmx uses XML tag "list" but VC++ parser (sproxy.exe) doesn't understand it. I posted this problem with Microsoft VC++/ATL newsgroup a week ago but got no answer. I found the same problem was reported in May '04 to Microsoft XML Web Service newsgroup. The answer indicated there might be a bug in sproxy.exe for not recognizing "list" tag but provided no fix or workaround.

I wonder if anyone has tried Visual Studio C++ to access a web service with "list" tag in its WSDL definition. How was this problem resolved? What were the workarounds? Is there a better way to communicate with Microsoft other than posting on the newsgroup?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top