Hi,
Actually the provider server doesn't care the counterpart is dispatch
client or a "normal" client.
What the server face is soap message on the wire, I think you can
transform it to StreamSource and do your relay.
The client and server mode are decoupled.
Freeman
lauri.siltanen wrote:
Hi and thanks for the quick reply.
Using the dispatch-provider approach would require modifying each party in
this transaction. I failed to mention in my initial post that I only have
control over the server. The server receives a DataHandler object is forced
to work with it.
Is there another way to achieve the scenario described in my first post?