Web Service Mobile Business Object Limitations

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

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

Recursive definitions are ignored by the parser.