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.
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.