Thanks! Since we're using the RI right now, I'm going to leave in the
CookieJar code as it's only a couple of lines. I'll keep
java.net.CookieHandler in mind and post a follow-up if we try it out.
On 10/23/06, Jitendra Kotamraju wrote:
> Since JAX-WS uses standard HttpURLConnection, you can try using
> CookieHandler.
>
> http://java.sun.com/j2se/1.5.0/docs/guide/net/http-cookie.html
>
> If you try it, let us know how it goes with this approach.
>
> Jitu