To generate WSDL, it is necessary to map Java or .NET types to XML types.
In an OOM, there are three data type maps named WSDL2Local Data Types, Local2SOAP Data Types, and Local2XSD Data Types. They are defined in the WSDL extended model definition.
-
The WSDL2Local map is used to convert WSDL types to Java or .NET types
-
The Local2SOAP map is used to convert Java or .NET types to SOAP types for SOAP encoding
-
The Local2XSD map is used to convert Java or .NET types to XML Schema types for XML Schema encoding