RE: handling 302

2002-11-06 Thread Felix Knecht
to build axis with the commons-httpclient in the classpath. > -Original Message- > From: [EMAIL PROTECTED] [mailto:baldwin@;wingfoot.com] > Sent: Tuesday, November 05, 2002 9:32 PM > To: [EMAIL PROTECTED] > Subject: handling 302 > > > Is Axis client set up to handle redi

handling 302

2002-11-06 Thread baldwin
Is Axis client set up to handle redirection(302 http code)? My application makes a web service call to a particular url, which sends back a 302 http code along with the url to redirect to. Does anyone have any experience with this scenario. Should I write a custom client handler to take car

RE: handling 302 redirects

2002-11-05 Thread Baldwin Louie
the second url contains a dynamically created session id baldwin -Original Message- From: [EMAIL PROTECTED] [mailto:Kevin.Bedell@;sunlife.com] Sent: Tuesday, November 05, 2002 1:18 PM To: [EMAIL PROTECTED] Subject: Re: handling 302 redirects Can you simply have your application call

Re: handling 302 redirects

2002-11-05 Thread Kevin . Bedell
Can you simply have your application call the second URL? "Baldwin Louie" <[EMAIL PROTECTED]> on 11/05/2002 04:08:07 PM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: (bcc: Kevin Bedell/Systems/USHO/SunLife) Subject:handling 302 redirect

handling 302 redirects

2002-11-05 Thread Baldwin Louie
Is Axis client set up to handle redirection(302 http code)? My application makes a web service call to a particular url, which sends back a 302 http code along with the url to redirect to. Does anyone have any experience with this scenario. Should I write a custom client handler to take ca