Hi,

Need to download & refer to J2EE document...

import javax.servlet.http.*;
....
HttpServletRequest req= 
(HttpServletRequest)soapCtx.getProperty(org.apache.soap.Constants.BAG_HTTPSERVLETREQUEST);
String remIP=req.getRemoteAddr();


Boon Pang
At 10:43 AM 10/2/2001 +0530, you wrote:
>Hi
>
>For my document style SOAP service,
>I would like to process the SOAP message
>depending on who has sent the message.
>
>How do I know from SOAPContext what the
>remote host is ?
>
>thanks
>-csk

Reply via email to