Mobile web services development tips
- For mobile web services .NET applications, proxy classes generated by the WSDL compiler must be compiled into the application
executable. They cannot be compiled into their own assembly.
- For mobile web services Java applications, JDK 1.5.x must be used.
- The iAnywhere WSDL compiler does not support CHAR data types. It is recommended that a STRING data type be used in place of
CHAR.