Re: How to get HttpServletRequest from my call

2005-01-13 Thread Alex Chen
To: [EMAIL PROTECTED] Subject: How to get HttpServletRequest from my call I am using AXIS as my SOAP server. I use WSDL2Java to generate the code stubs and only need to write the *Impl.java part.. Since everything else is handled by the AXIS servlet, I have no handle of the HTTP request and reply

How to get HttpServletRequest from my call

2005-01-12 Thread Alex Chen
I am using AXIS as my SOAP server. I use WSDL2Java to generate the code stubs and only need to write the *Impl.java part.. Since everything else is handled by the AXIS servlet, I have no handle of the HTTP request and reply message. I would like to inspect that in my code. How do I get such

RE: How to get HttpServletRequest from my call

2005-01-12 Thread Flores, Raul
HttpServletRequest from my call I am using AXIS as my SOAP server. I use WSDL2Java to generate the code stubs and only need to write the *Impl.java part.. Since everything else is handled by the AXIS servlet, I have no handle of the HTTP request and reply message. I would like to inspect that in my code

Re: How to get HttpServletRequest from my call

2005-01-12 Thread Alex Chen
) Raul -Original Message- From: Alex Chen [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 3:39 PM To: [EMAIL PROTECTED] Subject: How to get HttpServletRequest from my call I am using AXIS as my SOAP server. I use WSDL2Java to generate the code stubs and only need to write

Re: How to get HttpServletRequest from my call

2005-01-12 Thread Tim K. (Gmane)
HttpServletRequest from my call I am using AXIS as my SOAP server. I use WSDL2Java to generate the code stubs and only need to write the *Impl.java part.. Since everything else is handled by the AXIS servlet, I have no handle of the HTTP request and reply message. I would like to inspect that in my code. How