Hiya, I assume that it has an externally resolvable dns address though? Is there a reason you can't use the dns name for it? Whats used isn't resolved (by the server), its just put in the from etc.
If not and the ip address is the only way to contact it then you're stuck. AFAIK there isn't a solution to that problem, without using a central publicly available server, even then I'm not sure Muse would play nicely with it (or most ip software for that matter, JXTA excluded). cheers, Chris -----Original Message----- From: Eitan Plotnik [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 1:40 PM To: [email protected] Subject: RE: Web Services server behind a NAT router Hi Chris, Thanks for the prompt reply. The issue is that it's dynamic NAT. The server doesn't know the router's public IP address. The only option we could think of is to get the address from the wsa:TO attribute from the client's request, but that seemed wrong. Thanks again, Eitan. Chris.Twiner wrote: > > Hi Eitan, > > yes there is a solution, but it requires some coding. There are > functions in AbstractEnvironment : > > getDefaultURI() and setDefaultURI() > > the getter is in turn called by > > getDeploymentEPR() > > which you can override with any uri you want. > > Of course this means you coding an extra environment. > > cheers, > Chris > > -----Original Message----- > From: Eitan Plotnik [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 10, 2008 1:29 PM > To: [email protected] > Subject: Web Services server behind a NAT router > > > > When a web services server is located behind a NAT router, it returns > a private (e.g. non-globally-routable) IP address in the EndpointReference. > When the client tries to send a request to the received epr, it fails > with destination unreachable. > > Is there a solution in Apache Muse for such a set-up? > -- > View this message in context: > http://www.nabble.com/Web-Services-server-behind-a-NAT-router-tp183808 > 38p18380838.html Sent from the Muse - Dev 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] > > > -- View this message in context: http://www.nabble.com/Web-Services-server-behind-a-NAT-router-tp18380838p18381040.html Sent from the Muse - Dev 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]
