Hi Is there a way for obtaining the remote endpoint (server and client side?) In the server side I get the Addressing info by using
(in the Message Receiver: MessageContext inMessage, in the invokeBusinessLogic) EndpointReference from = inMessage.getFrom(); But I would like to compare it with the real (eg, httpclient) endpoint. The same in the client side: I've the From: in the Header, but I would like to compare it with the IP of the server that is responding. How to do it? ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
