You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2006/07/03 14:01:46 UTC

[Ws Wiki] Update of "Tuscany/TuscanyJava/Scenarios/ConversationalSupport/RemoteConversationalCallback" by jmarino

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.

The following page has been changed by jmarino:
http://wiki.apache.org/ws/Tuscany/TuscanyJava/Scenarios/ConversationalSupport/RemoteConversationalCallback

New page:
= Remote Conversational Callback =

== Description ==

The ability to invoke a service in a non-blocking fashion and receive a conversational callback over a remote binding. 

== Use cases ==

1. Simple socket-based binding

This should be similar to [wiki:/LocalConversationalCallback Local conversational callback ] except invocations flow through references and services in a composite. As a start, we can create a simple socket-based binding that serializes Java objects along with a session id 

2. Use of extension bindings 

Building on the first use case, we can flow invocations accross bindings handled by extensions such as Axis2 and Celtix. We may be able to flow session ids using WS-RM sequence ids.

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@ws.apache.org
For additional commands, e-mail: general-help@ws.apache.org