Re: Remote IP Address from a .NET WCF Client to My Web Service

2010-03-13 Thread Andreas Veithen
[email protected] >> To: [email protected]; [email protected] >> Date: Thu, 11 Mar 2010 14:44:58 -0700 >> Subject: RE: Remote IP Address from a .NET WCF Client to My Web Service >> >> Looks like you're .NET WCF Client is using IPv6. 0:0:0:0:0:0

RE: Remote IP Address from a .NET WCF Client to My Web Service

2010-03-13 Thread Martin Gainty
rom: [email protected] > To: [email protected]; [email protected] > Date: Thu, 11 Mar 2010 14:44:58 -0700 > Subject: RE: Remote IP Address from a .NET WCF Client to My Web Service > > Looks like you're .NET WCF Client is using IPv6. 0:0:0:0:0:0:0:1 is the >

Re: Remote IP Address from a .NET WCF Client to My Web Service

2010-03-11 Thread ホセ フェレイロ
ors.com] > Sent: Thursday, March 11, 2010 3:40 PM > To: [email protected] > Subject: Remote IP Address from a .NET WCF Client to My Web Service > > > MessageContext msgCtx = MessageContext.getCurrentMessageContext(); > if (msgCtx != null) > { > System.out.p

RE: Remote IP Address from a .NET WCF Client to My Web Service

2010-03-11 Thread Doughty, Michael
bject: Remote IP Address from a .NET WCF Client to My Web Service MessageContext msgCtx = MessageContext.getCurrentMessageContext(); if (msgCtx != null) { System.out.println(msgCtx.getProperty(MessageContext.REMOTE_ADDR)); } Works great for a Java client: 127.0.0.1 But for a .NET WCF client I

Remote IP Address from a .NET WCF Client to My Web Service

2010-03-11 Thread v2cg4ss
message in context: http://old.nabble.com/Remote-IP-Address-from-a-.NET-WCF-Client-to-My-Web-Service-tp27870259p27870259.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user