CF Using Java Web Service

cockeyed

Member
Joined
Nov 21, 2008
Messages
14
Programming Experience
1-3
Hi,
I would like to know if there are any exceptions/to-do's when using a Java web service from a vb.net CE client?
currently I am developing through the emulator and seems to get an NonSupportedException at the Invoke stage in my Proxy Class (WSDL).
This was created through the 'Add Web Reference' protion of the IDE.
Do I need to manually edit any entries to permit the Web Service to work?
Also, much reading on this topic, I have come across a statement which mentions to ensure that the Web Service and Client are the same version, eitherwise the import will work but communication will establish. does this hold any truth? If so, how can this be verified?
 
Back
Top