Deployment

The deployment of custom type mappings requires serializer and deserializer classes and the associated factories, the SOAP encoding, and the qualifying name (Qname). The Qname helps reduce the chance of collisions of elements that use the same name (description, item, and other entities), by adding an additional element, which makes it more likely to produce a unique element:

Qname = namespace identifier + local name

The deployment of type mappings occurs as part of Web service creation and deployment. Type mappings are deployed at the Web service level.