Hi all,
I intercept and transport the outgoing HTTP GET request to a remote
axis container/engine
over a p2p overlay. I reissue the GET command using HTTP libraries on
the remote side and the
URL I sent always has the http://127.0.0.1:8080 in it .. however the
WSDL I get back does not
always (and I say does not always because it is not consistent over
identical reps) contain this
local address in its namespace:
ex. <wsdl:definitions
targetNamespace="http://cypress.ne.uk:25718/axis/services/remoteBooks73862E4EF09047ABB172814D14F915A9"
instead of
ex. <wsdl:definitions
targetNamespace="http://127.0.0.1:25718/axis/services/remoteBooks73862E4EF09047ABB172814D14F915A9"
etc.
Why is this the case and should I force the namespace to be what I want
on the client side by
using the --package command as a safeguard?
Thanks much
Demetris