Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » QAnywhere » Creating QAnywhere Applications » Mobile web services » Introducing mobile web services

 

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.