Hi,
At the moment Axis C++ client engine supports, static Endpoints only,
where the client already aware about its service endpoint. But with WS-
Addressing, it is required to set the endpoint dynamically.
But in this case, the endpoint is set by a Handler. But according to the
current implementation of Axis C++, the handlers are invoked by the client
engine after the connection is established between the client and the
server.So there is no point of changing the endpoint. Is it possible to
incorporate this requirement into the current implementation?
Regards,
Rinsad