NonStop SOAP for Java User's Manual
SOAP Deployment Descriptor
NonStop SOAP for Java User’s Manual—523860-001
4-6
Specifying Type Mapping in a Deployment
Descriptor File
isd:map encodingStyle attribute
is the URI for the encoding method. For standard SOAP encoding: 
http://schemas.xmlsoap.org/soap/encoding.
isd:map xlmns:x attribute
is the namespace for the XML element.
isd:map qname attribute
is the name of the XML element.
isd:map java-type attribute
is the fully qualified Java class that you are providing the mapping for (for example, 
samples.Date,). 
isd:map java2XMLClassName attribute 
is the fully qualified Java class that implements 
org.apache.soap.util.xml.Serializer.
isd:map xml2JavaClassName
 is the fully qualified Java class that implements 
org.apache.soap.util.xml.Deserializer. 
On the <mappings> element is an optional attribute called defaultRegistryClass, whose 
value (indicated by registry-class) is the fully qualified Java class (which is a subclass 
of org.apache.soap.encoding.SOAPMappingRegistry) that you wish to use as 
the default type mapping registry.










