0 Replies Latest reply on Mar 20, 2007 3:25 PM by davidkally

    intercepting soap message in a client and server side

    davidkally

      Hello everybody,
      I need to handle (intercept) soap messages in the client side and server side, but the main concern is that i do not have to add any code in the client and Endpoint to do so ( like @handlerchain()).
      what i am doing is devolping tools for fault tolarnce and i need to inject some stuff in a soap message after the client invoke the endpoint and before the message goes to the wire.
      then i need as weee to intercept the same message before reachs the Endpoint method.
      I know there are ways to do this by using(@Handlerchain()) at both sides, however, that means i need to add some code in both sides which is i do not have.

      Therefore, is there any other way to intercept soap messages, please.