I have a complex type containing numerous Java Collection objects
(ArrayList, Set, etc.) which are being defined by axis in the generated wsdl
as ArrayOf_xsd_anyType.  The problem is that when the WSDL2Java-generated
client calls the web service the following error is generated:

org.xml.sax.SAXException:  No deserializer for {
http://ws.name.space}ArrayOf_xsd_anyType

Do I need to specify a deserializer?  I thought that this wasn't necessary
in axis 1.4, which is the version I am using.  I found that if I manually
edit the wsdl to contain the correct type (i.e., ArrayOf_xsd_string), the
client call works, but I'd like to find a more automatic solution.

Reply via email to