It looks like for some reason the arraydeserializer is being used instead of beandeserializer. Are you using a ws4ee-deployment.xml file? If you are, make sure the serializer and deserializer are set to the following:'
serializer='org.apache.axis.encoding.ser.BeanSerializerFactory' deserializer='org.apache.axis.encoding.ser.BeanDeserializerFactory' In most cases though, you won't need this file, so alternatively you can delete. If you are not using a ws4ee-deployment.xml file could you look in your $JBOSS_HOME/data/[webservice deployment]/[port component].wsdd and paste the type mapping. Thanks, -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875348#3875348 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875348 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
