Hi,

I do not see a link to your sequence diagram, was it forgotten?

From my perspective you can evaluate WS-Addressing decoupled responses for your 
case. They works very similar to JMS, but using SOAP HTTP + WSA.
See details in my blog: http://ashakirin-cxf-async.blogspot.de/ and on CXF 
page: https://cxf.apache.org/docs/ws-addressing.html.

Regards,
Andrei.

From: Przemyslaw Bielicki [mailto:pbieli...@gmail.com]
Sent: Mittwoch, 9. April 2014 09:30
To: dev@cxf.apache.org
Subject: Re: SOAP over WebSocket

to make my question more clear I made a simplistic and simplified sequence 
diagram.
pls let me know if this is supported in CXF? it is very similar to JMS where 
you can receive requests and send responses asynchronously and in any order.
if it's not supported, is it possible to implement it with current CXF 
architecture (mainly, dispatching client requests to business logic)?

On Tue, Apr 8, 2014 at 9:47 AM, Przemyslaw Bielicki 
<pbieli...@gmail.com<mailto:pbieli...@gmail.com>> wrote:
Hi,
does CXF support WebSockets as a transport? I need to support multiplexed SOAP 
and WebSocket protocol looks perfect as a starting point. It is bidirectional 
and full duplex.
By multiplexing I mean that the client can send messages without waiting for 
the response, and the responses may be sent back in the different order that 
they were sent (I will use message / conversation ID, to identify the request 
and response)
I looked for the information in the mailing list history, but it's still not 
clear for me if you support WebSocket out-of-the box[1] or I need to implement 
my own transport[2] (that could be a nice contribution to CXF?
Many thanks,
Przemyslaw

[1] http://cxf.apache.org/docs/websocket.html
[2] http://cxf.apache.org/docs/custom-transport.html

Reply via email to