As far as I know, this technique will only work if both the client and the 
server are using the Apache SOAP libraries.
[See http://marc.theaimsgroup.com/?l=soap-user&m=99674369614308&w=2]

(shout if I'm wrong!)
Jonathan.


>From: Ong Boon Pang <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Client specific processing
>Date: Wed, 03 Oct 2001 14:33:08 +0800
>
>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
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Reply via email to