Hi
Folks,
I've resumed the effort of implementing web service intermediaries. I was
told to simply target my web service client toward the intermediary which in
turn would then be responsible for forwarding this on to the ultimate web
service destination. When in my web service client code I use the
line:
myWSStub._setProperty(WebServiceBindingStub.ENDPOINT_ADDRESS_PROPERTY,
"http://localhost:8080/axis/services/inter");
I receive the axis
fault No such operation. This fault makes complete sense, I'm targeting a node
that does support the operation of my actual web service. So.... how does
one go about "targeting" an intermediary or "node" that doesn't provide the web
service's operation? Is there an extra setter required of the web service stub?
Any examples would be *greatly* appreciated, thanks
Mike Ottinger
