|
I am a newbie of Axis, and I am using WSDL2Java to generate
stubs for my service. The problem is that when the following is called java.lang.Object _resp = _call.invoke(new java.lang.Object[]
{header.value, header2.value, body}); I got the following. org.xml.sax.SAXException: No deserializer for
{http://www.w3.org/2001/XMLSchema}anyType It seems to me that some of the typemapping is missing? If
this is the case, how do I find it out? It is a big object and I am not sure
where to start with. |
