RE: [Fwd: RE: accessing the HTTP Headers in the Response]

2003-08-21 Thread [EMAIL PROTECTED]
] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 5:01 PM To: [EMAIL PROTECTED] Subject: accessing the HTTP Headers in the Response All, I need to access the HTTP headers in the response after the call.invoke(). Specifically, I need to get the JSESSIONID (cookie) that the web server sets

RE: [Fwd: RE: accessing the HTTP Headers in the Response]

2003-08-21 Thread Manchaiah, Girish (LNG-DAY)
Are you calling, Call.setMaintainSession(Boolean.TRUE) before Call.invoke() -Original Message- From: Manchaiah, Girish (LNG-DAY) Sent: Thursday, August 21, 2003 11:54 AM To: '[EMAIL PROTECTED]' Subject: RE: [Fwd: RE: accessing the HTTP Headers in the Response] Call.getMessageContext

Re: [Fwd: RE: accessing the HTTP Headers in the Response]

2003-08-21 Thread [EMAIL PROTECTED]
Original Message: - From: Mental Patient [EMAIL PROTECTED] Date: Thu, 21 Aug 2003 11:58:21 -0400 To: [EMAIL PROTECTED] Subject: Re: [Fwd: RE: accessing the HTTP Headers in the Response] [EMAIL PROTECTED] wrote: Girish, No -- Call.getMessageContext().getProperty(JSESSIONID

RE: [Fwd: RE: accessing the HTTP Headers in the Response]

2003-08-21 Thread [EMAIL PROTECTED]
2003 11:59:11 -0400 To: [EMAIL PROTECTED] Subject: RE: [Fwd: RE: accessing the HTTP Headers in the Response] Are you calling, Call.setMaintainSession(Boolean.TRUE) before Call.invoke() -Original Message- From: Manchaiah, Girish (LNG-DAY) Sent: Thursday, August 21, 2003 11:54 AM To: '[EMAIL

Re: [Fwd: RE: accessing the HTTP Headers in the Response]

2003-08-21 Thread [EMAIL PROTECTED]
Message: - From: Mental Patient [EMAIL PROTECTED] Date: Thu, 21 Aug 2003 11:58:21 -0400 To: [EMAIL PROTECTED] Subject: Re: [Fwd: RE: accessing the HTTP Headers in the Response] [EMAIL PROTECTED] wrote: Girish, No -- Call.getMessageContext().getProperty(JSESSIONID) returned a NULL

accessing the HTTP Headers in the Response

2003-08-20 Thread [EMAIL PROTECTED]
All, I need to access the HTTP headers in the response after the call.invoke(). Specifically, I need to get the JSESSIONID (cookie) that the web server sets. This is to code a work around for a load balancer which does not understand SOAP Headers. I have been through the API (and chased my tail

RE: accessing the HTTP Headers in the Response

2003-08-20 Thread Manchaiah, Girish (LNG-DAY)
Call.getMessageContext().getProperty(cookieName); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 5:01 PM To: [EMAIL PROTECTED] Subject: accessing the HTTP Headers in the Response All, I need to access the HTTP headers