Almost right. Strictly speaking, its not necessarily SOAP that's being sent in the payload (could for example be plain ol' XML or JSON instead).
Also, for sending responses back from the server side, a back-channel Conduit[1] is used. Cheers, Eoghan [1] http://cxf.apache.org/javadoc/latest/org/apache/cxf/transport/Destination.html#getBackChannel(org.apache.cxf.message.Message,%20org.apache.cxf.message.Message,%20org.apache.cxf.ws.addressing.EndpointReferenceType) 2009/12/18 Coder One <[email protected]> > Conduit sending and receiving SOAP on the client side? > Destination receiving and sending SOAP on the server side? > > Thanks... > > > >
