You might need to change your array definitions from the current form to
something
like this:
<complexType name="ArrayOf_xsd_string">
<sequence>
<element name="item" type="xsd:string" minOccurs="0"
maxOccurs="unbounded" />
</sequence>
</complexType>
There was a message about this on axis-dev a while back but I can't find it.
On 11 Jan 2005 at 16:03, Daniel Hinojosa wrote:
> Has anyone seen this exception?
>
>
> org.xml.sax.SAXException: Found character data inside an array element
> while deserializing
> at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
> at org.apache.axis.client.Call.invoke(Call.java:2405)
> at org.apache.axis.client.Call.invoke(Call.java:2301)
> at org.apache.axis.client.Call.invoke(Call.java:1758)