Re: How can I get the the IP of client from A Soap Service program?

2001-06-06 Thread oh
I checked the archive of this mailing list, and I found nothing. I think it' neccessary for a service bean to get the information in the request. Is there any solution to solve it ? Maybe I have to give up trying with Apache Soap.. Any help will be appreciate. Huimin Wang, Globus,Inc

Re: How can I get the the IP of client from A Soap Service program?

2001-06-06 Thread Doug Davis
Don't have time to go into it right now, but try adding a SOAPContext parameter to the start of your parameters on your method - look at the template provider to see what you can pull out of the properties. You can get things like the ServletContext, HTTPRequest object... -Dug oh [EMAIL

Re: How can I get the the IP of client from A Soap Service program?

2001-06-06 Thread oh
Thank you for your response. - Original Message - From: Doug Davis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 6:26 PM Subject: Re: How can I get the the IP of client from A Soap Service program? Don't have time to go into it right now, but try adding a

Re: How can I get the the IP of client from A Soap Service program?

2001-06-05 Thread Pae Choi
See getRemoteAddr() of javax.servlet.ServletRequest. And its subclass, javax.servlet.http.HttpServletRequest. :-) Pae -Original Message- From: oh [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Tuesday, June 05, 2001 7:41 PM Subject: How can I get the the IP of client

Re: How can I get the the IP of client from A Soap Service program?

2001-06-05 Thread oh
- Original Message - From: Pae Choi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 11:55 AM Subject: Re: How can I get the the IP of client from A Soap Service program? See getRemoteAddr() of javax.servlet.ServletRequest. And its subclass,