|
Hi,
I try doing Custom Serialization in Axis 1.1.
I used the Data Example in samples/encoding of the
Axis directory.
I want to Serialize the Object Data in Axis.
I used the following tag in the server-config.wsdd
to make default mapping between Data Object and the WSDL:
<typeMapping
qname="typeNS:Data" xmlns:typeNS="urn://samples.encoding" languageSpecificType="java:samples.encoding.Data" serializer="samples.encoding.DataSerFactory" deserializer="samples.encoding.DataDeserFactory" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> I get this Error when trying to get the WSDL (http://localhost:8080/axis/xTeste.jws?wsdl):
AXIS errorSorry, something seems to have gone wrong... here are the details: Fault - ; nested exception is: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'urn://samples.encoding'. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.: Does Anybody knows where is the fault? Thks, Carlos Vales |
