Scott, I tried that, but didn't work.
Both the inScopeEncStyle and declEncStyle are null. I traced it back upto RPCMessage.extractFromEnvelope() method and here also the declEnvEncStyle and declBodyEncStyle are null. So, I compared the responses from Apache SOAP service and Axis service. The Axis service does not have encStyle attribute where expected. I wonder if my descriptor for Axis service needs to be improved. Thanks -Minaxi -----Original Message----- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 10:02 PM To: [EMAIL PROTECTED] Subject: Re: Migrating from Apache SOAP to Axis In Fault.java, can you change the line Bean paramBean = xjmr.unmarshall(declEncStyle, to be Bean paramBean = xjmr.unmarshall(actualEncStyle, I cannot say for certain that the issue will be fixed, but just from reading the code this looks like it should be changed. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "Shukla, Minaxi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 6:57 PM Subject: RE: Migrating from Apache SOAP to Axis Scott, Both captures has response with Fault. The first part is the request message and after that there is response message. Let me know if you need more info. Thanks -Minaxi -----Original Message----- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 3:22 PM To: [EMAIL PROTECTED] Subject: Re: Migrating from Apache SOAP to Axis Do you have a capture when the Axis service returns a Fault? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "Shukla, Minaxi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 12:54 PM Subject: RE: Migrating from Apache SOAP to Axis Yes, I have captured the SOAP messages from both the deployments (with Apache SOAP and Axis). See the SOAP messages attached. Thanks for your help -Minaxi <<routeApacheSOAP.txt>> <<routeAxis.txt>> -----Original Message----- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 11:38 AM To: [EMAIL PROTECTED] Subject: Re: Migrating from Apache SOAP to Axis What would help most: capture and post to this list the contents of the response that is causing the client a problem. Depending on your OS and tool preference, you can capture with Network Monitor (Windows), tcpdump (*nix), TcpTunnelGui (Apache SOAP), tcpmon (Axis), tcpTrace/proxyTrace (for Windows at www.simonfell.com). Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "Shukla, Minaxi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 11:58 AM Subject: Migrating from Apache SOAP to Axis Hi, I want to migrate our web services deployed on Apache SOAP 2.2 to Axis 1.1 without having to update the client developed with Apache SOAP. It works fine with good scenarios where the service returns a successful respose. But, when service throws a business exception, the client gets ClassCastException : java.lang.ClassCastException : org.apache.xerces.dom.DeferredElementNSImpl I looked into Apache SOAP source code and found that the detailEntry is not deserialized because of missing encoding style in the response. I added a line to print the exception in Fault class unmarshall() method (the catch Exception block): Exception while unmarshalling Fault : java.lang.IllegalArgumentException: No Deserializer found to deserialize a 'http://schemas.xmlsoap.org/soap/envelope/:Parameter' using encoding style 'null'. So, looks like Axis is not returning the encodingStyle in response. I don't know how to fix that. Attached is the deployment descriptor for the service. Thanks in advance for any help. (I will post this message on Axis user list also, but I saw a message on this list regarding SOAP to Axis migration, so just want to see if anyone can help.) -Minaxi <<GeoRoute.wsdd>>