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 cr22rc: http://wiki.apache.org/ws/Tuscany/TuscanyJava/SCA_Java/ConversationWSBinding ------------------------------------------------------------------------------ The following proposes using a wsa:From EPR in the SOAP header upon the first invocation of an operation on an interface with a conversation scope to contain the conversation id. == Example SCA Conversation EPR == - {{{ <S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://www.w3.org/2005/08/addressing"> @@ -42, +41 @@ All other elements MUST conform as specified in WS-Addressing's wsa:EndpointReference. - Optionally, the response MAY contain in a SOAP HEADER element an EPR which is to be used for subsequent operations in the conversation. If not present the Request EPR will be used. + Optionally, the response MAY contain in a SOAP HEADER element a wsa:From EPR which is to be used for subsequent operations in the conversation. If not present the Request wsa:From EPR will be used. == Example calculator exchange. Sum numbers, get result == {{{ - @Scope("CONVERSATION") @Remotable public interface Calculator{ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
