Agreed, could you please raise a JIRA ? Cheers, Guillaume Nodet
On 7/26/06, Alessio D'Innocenti <[EMAIL PROTECTED]> wrote:
I've tried, but it does not work. Nevertheless the problem is not the access from localhost, but the remote access. I would that remote clients could access at the pc with any of the host "pc-alessio", "192.168.0.10 <http://192.168.0.10>" in the url Guillaume Nodet ha scritto: > Have you tried locationUri="http://0.0.0.0:8080/services/ExternalWS" ? > I guess this is bit weird and that localhost could default to that. > > Cheers, > Guillaume Nodet > > On 7/25/06, Alessio D'Innocenti > <[EMAIL PROTECTED]> wrote: >> >> Hi all!!! >> I've a little problem to resolve.... >> My external webservice is linked and working, wsdl is exposed and >> working too on a pc called "pc-alessio" and having IP address >> "192.168.0.10". >> The problem is in the declaration of the consumer httpEndpoint... >> >> 1) if i declare the >> locationUri="http://localhost:8080/services/ExternalWS" no other pc in >> the network is able to see the webservice. >> Locally I can access it only if I write the url: >> "http://localhost:8080/services/ExternalWS". >> It does not work if I write >> "http://127.0.0.1:8080/services/ExternalWS" or >> "http://pc-alessio:8080/services/ExternalWS" >> >> 2) if i declare the >> locationUri="http://pc-alessio:8080/services/ExternalWS" no other pc in >> the network is able to see the webservice. >> Locally I can access it only if I write the url: >> "http://pc-alessio:8080/services/ExternalWS". >> It does not work if I write >> "http://127.0.0.1:8080/services/ExternalWS" or >> "http://localhost:8080/services/ExternalWS" >> >> 3) if i declare the >> locationUri="http://192.168.0.10:8080/services/ExternalWS" other pc in >> the network is able to see the webservice only for url >> "http://192.168.0.10:8080/services/ExternalWS". >> Locally I can access it only if I write the url: >> "http://192.168.0.10:8080/services/ExternalWS". >> It does not work if I write >> "http://127.0.0.1:8080/services/ExternalWS" or >> "http://localhost:8080/services/ExternalWS" or >> "http://pc-alessio:8080/services/ExternalWS" >> >> Anyone does know the solution for making webservice accessible with all >> the urls??? >> >> I'm going slighltly mad....(like somebody sang)....;) >> >> >
