|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Generating web service proxy at runtime for Compact and full .NET frameworkI am trying to generate a web service proxy from a WSDL description. I know the 'wsdl.exe' tool can be used for this, as well as Visual Studio itself. What I would like to do however, is have this file generated at runtime, after which I could compile it, and use it in my application. Is there any way to do this? I noticed that the file generated by 'wsdl.exe' does not compile for the Compact .NET framework. When I generate a proxy through Visual Studio, it does however. The file mentions that it has been generated by 'Microsoft.CompactFramework.Design.Data'. Is there any way I can use this library to generate the code myself? Thanks in advance! -- Jo Vermeulen |
|||||||||||||||||||||||