Home > Archive > Microsoft Webservices > April 2006 > Calling web services using VC++ 2005 Express Edition
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Calling web services using VC++ 2005 Express Edition
|
|
| John Smith 2006-04-10, 8:19 am |
|
When I try to import one web service with VC++ 2005 Express Edition I got
this error message, while compiling it:
1>------ Build started: Project: Test2, Configuration: Debug Win32 ------
1>Creating web service proxy file for WebReference ...
1>Writing file 'WebReference.h'.
1>WSDL: error WSDL1: Failed to generate output file 'WebReference.h'
1> Indexed property cannot have an empty parameter list:
'System.CodeDom.CodeMemberProperty'
1>Parameter name: e
1>If you would like more help, please type "wsdl /?".
1>WebReference.h
1>c1xx : fatal error C1083: Cannot open source file: 'WebReference.h': No
such file or directory
1>Build log was saved at "file://c:\Documents and Settings\I\My
Documents\Visual Studio 2005\Projects\Test2\Test2\Debug\BuildLog
.htm"
1>Test2 - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
What should I do? :( I've opened wsdl file in XMLSpy and it finds no errors
in it.
Where should I type "wsdl /?" ?
| |
| John Smith 2006-04-10, 8:19 am |
|
Is there some alternative to using wsdl.exe? Should I build SOAP request
manually? Which .Net classes supports SOAP?
| |
| John Smith 2006-04-11, 8:11 am |
|
> When I try to import one web service with VC++ 2005 Express Edition I got
> this error message, while compiling it:
Error occur only if I set c++ as output language for wsdl.exe. It works fine
for C#. I think this is a bug. If someone from MSFT is interested to fixing
it, I can send my .wsdl file to him.
|
|
|
|
|