[jboss-user] [JBossWS] - Re: Problem using .NET Compact Framework Client
Saki
do-not-reply at jboss.com
Wed Jun 6 17:39:30 EDT 2007
This is Microsofts Problem in CF.
Here the workaround
Use wsdl.exe /order to generate your client proxy class, and then remove all the code not supported by NetCF until your project compiles.
|
| Use Visual Studio to generate your client proxy class, then run wsdl.exe /order in some other directory, and copy just those lines of source code from the resulting class into your project source file that give the explicit ordering.
|
| Dikeni
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051907#4051907
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051907
More information about the jboss-user
mailing list