Webservice Follow Redirect False - Error 302 (JAXWS)
- by frappuccino
This is a link to a question I had asked two days back,
http://stackoverflow.com/questions/2573858/how-to-make-a-webservice-request-follow-a-redirect
I am using jaxws library.
The service forms the URL, and then internally creates the HTTPURLConnection. If I can grab hold of the connection I would be able to set the followRedirect to true.
But not getting a handle of the same. Its urgent, any help would be highly appreciated.