Hi
 
I'm trying to use my own custom serializer for array data type (array of int) in AXIS.
 
For this I'm defining the typeMapping in wsdd file as follows:
 
---------------------------

<typeMapping

xmlns:ns="http://DefaultNamespace"

qname="ns:ArrayOfint"

type="java:int[]"

serializer="myArrSer.ArraySerializerFactory"

deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory"

/>

----------------------
 
I'm able to deploy the service, but still AXIS is using it's default serializer for array and my custom serialize is _NOT_ being used.
 
I'm calling a function of the webservice, which returns an array of int.
 
Am I missing something?
 
thanks,
Naresh
 
 
 
 
 

Reply via email to