Hello,

I need a mechanism  that server side and client side handlers is able
to communicate with each other. In this mechanism, server side handler
should have ability  to send  a response to the corresponding client
side handler.   For example, I have three server side and three client
side handlers.  Client sends a SOAP message which travels through
handler 1, handler 2 and handler 3. When server side receives the
message, the handler 3  does its jobs. Server side handler 2 job is to
send a message to client side handler 2.  The message should follow
following path:

Server side handler 2 -> Server side handler 3 ->Client side handler 3
-> client side handler 2.

I do not want to implement another portType. I just want that the
handlers (handler 2s)  negotiate between each other.  Can I implement
this structure ? Any idea ?

Thanks

Reply via email to