Hello everyone, I hope someone can help me out with this issue. I am trying to invoke a web service but getting soap fault code back and specifically this string message:[org.apache.axis.AxisFault : ; nested exception is: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.];
Client is using java's SAAJ classes from 1.3 web services developer pack. Nothing special on the client side. I am suspecting there is nothing wrong with the client as this is happening on the server side. I am not completely sure of the axis implementation on the server side but hope someone who has seen this message before can help me out with this issue and tell me what should I be looking into. Thanks for your pointers.