Web Service Mobile Business Object Limitations

Understand binding limitations of WSDL/XSD types into MBO types.

The Sybase Unwired Platform WSDL/XSD parser generates Sybase Unwired Platform structure types for <complexType> schema elements and attempts to map user defined <simpleType> elements and schema built-in types into Sybase Unwired Platform primitive types. For example, the schema type <xsd:integer> maps to the Sybase Unwired Platform INTEGER type. However, there are schema types that are not directly supported by Sybase Unwired Platform, and for these types the Sybase Unwired Platform WSDL/XSD parser maps them to the Sybase Unwired Platform STRING type. For example, the schema built-in type <xsd:union> is not directly supported by Sybase Unwired Platform and therefore appears as a Sybase Unwired Platform STRING type attribute.

Recursive definitions are ignored by the parser.