This is a link to a question I had asked two days back,
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.