Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

apache axis deserialization problem

843833Apr 12 2005 — edited Jun 12 2005
Can anybody help?

We are using Apache's Axis web service framework for consuming web services. One of the web services has "nested" or complex types in the response, and the Axis framework is not processing it properly.

Is there something that we need to configure to get this to work? Any suggestions are much appreciated.

It gives the following message:

org.xml.sax.SAXException: Invalid element in com.chase.egw._GWProfile - Product

at org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer.java:260)

at org.apache.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextImpl.java:963)

at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:198)

at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:722)

at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:323)

at org.apache.axis.message.RPCElement.getParams(RPCElement.java:347)

at org.apache.axis.client.Call.invoke(Call.java:2272)

at org.apache.axis.client.Call.invoke(Call.java:2171)

at org.apache.axis.client.Call.invoke(Call.java:1691)

at com.chase.egw.GWProfilePortTypeSoapBindingStub.getProfile(GWProfilePortTypeSoapBindingStub.java:185)

at com.echase.common.mf.sso.SSOGatewayServiceDelegate.getGWProfile(SSOGatewayServiceDelegate.java:178)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2005
Added on Apr 12 2005
2 comments
2,873 views