Hi Brian,
Basically when I am invoking webservices in this case the response code I am getting is 302. I have looked in to the source code of Axis2 and I found that it is not handling the if the response code 302. Basically the response code 302 is used for redirection. So it is very similar to response.sendRedirect of jsp. So that along with 302 code is also send the url to resend. But I think in axis2 it is not handling this. Using Axis2-1.1 I found some bug in that and I am not able to generate the client it self. So I have to use Axis2-1.0 Thanks, Amit Soni ________________________________ From: Brian De Pradine [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 4:31 PM To: [email protected] Subject: Re: axis2 redirection Hello Amit, Can you provide some more details on what you are trying to do? Also, have you considered trying Axis2 1.1? Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? "Amit G Soni" <[EMAIL PROTECTED]> wrote on 04/01/2007 10:21:08: > Hi all, > > Can any one knows that how the redirection works using Axis2-1.0. > Because I have generated client and which is calling the server side > url. But I am getting an exception and the response code as 302. The > exception is: > > [java] Axis2 transport error : Object moved; nested exception is: > [java] org.apache.axis2.AxisFault: Axis2 transport error : > Object moved; nested exception is: > [java] org.apache.axis2.AxisFault: Axis2 transport error : > Object moved; nested exception is: > [java] org.apache.axis2.AxisFault: Axis2 transport error : > Object moved > > So can any one help me how exactly redirection works in Axis2. > > Thanks, > Amit Soni
