Hi all, I need to replace the existing default type mapping for xsd:anyURI, i. e. get Axis to put data of that type into an instance of a special Java class.
Is that possible by putting a typeMapping like the following into the WSDD file? <typeMapping xmlns:ns="http://www.w3.org/2001/XMLSchema" qname="anyURI" type="java:xxx.MyURIClass" serializer="org.apache.axis.encoding.ser.SimpleSerializerFactory" deserializer="org.apache.axis.encoding.ser.SimpleDeserializerFactory" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> I tried that to no avail - Axis still uses its standard datatype org.apache.axis.types.URI. So, how can I override a default type mapping? Thanks, Robert __________________________________________________________ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201
