Business Object Model Mappings to WSDL
The name of the Business Object Model file is derived from the target namespace of the WSDL.
A Business Object Model generated from a WSDL represents:
- Each <
wsdl:portType> construct as a UML class. - The <
wsdl:operation> construct as a UML operation. - The <
wsdl:schema> constructs used to define data types in <wsdl:message> constructs as Business Object Model entities according to mapping rules defined in Business Object Model Mappings to WSDL.
Subtopics