import org.apache.axis.MessageContext; import org.apache.axis.transport.http.HTTPConstants; ... MessageContext mc = MessageContext.getCurrentContext(); System.out.println(((javax.servlet.http.HttpServletRequest)mc.getProperty(HT TPConstants.MC_HTTP_SERVLETREQUEST)).getRemoteAddr());
-----Original Message----- From: Peter Koch [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 9:42 AM To: [EMAIL PROTECTED] Subject: How to get hi folks, I'm writing a custom axis handler. I'd like to know, from where the request came (like getInetAddress() in the Socket class). any ideas ? thanks, peter
