Martin, This has nothing to do with chunked encoding. The explanation given by Michael is correct and complete.
Andreas On Sat, Mar 13, 2010 at 21:44, Martin Gainty <[email protected]> wrote: > make sure your webserver connector is configured for HTTP 1.1 (to support > chunked-encoding) > > Martin Gainty > ______________________________________________ > Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht > dient lediglich dem Austausch von Informationen und entfaltet keine > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le > destinataire prévu, nous te demandons avec bonté que pour satisfaire > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie > de ceci est interdite. Ce message sert à l'information seulement et n'aura > pas n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > >> From: [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 >> loopback IP for IPv6, just as 127.0.0.1 is the loopback IP for IPv4. >> >> -----Original Message----- >> From: v2cg4ss [mailto:[email protected]] >> 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.println(msgCtx.getProperty(MessageContext.REMOTE_ADDR)); >> } >> >> Works great for a Java client: 127.0.0.1 But for a .NET WCF client I get >> 0:0:0:0:0:0:0:1 >> >> Anyone have any IDEAS???? >> -- >> View this 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: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > ________________________________ > Hotmail: Trusted email with powerful SPAM protection. Sign up now. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
