Hi,
Is there a possibility for global registration of URI prefixes, that
could be used
by serializers to avoid multiple registrations?
There is also overhead with serializing of encoding attributes. How can
it be avoided too?
Example:
<multiRef id="id1016" soapenc:root="0"
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="ns1441:ProcessingParameter"
xmlns:ns1441="http://bdal/parbonum/objects/v1.0"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<name xsi:type="xsd:string">Spectrum</name>
<type xsi:type="xsd:int">5</type>
<value xsi:type="xsd:string">test</value>
</multiRef>
I am using Axis 1.0.
Thanks,
Alexander