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

------------------------------------------------------------------------------
  
  /wsa:From
    This element contained in the SOAP HEADER is recognized as the beginning of 
a new SCA conversation when it contains  
-    a scaNS:conversationID discussed below.
+    a scaNS:conversationID  reference parameter discussed below.
    It is of type http://www.w3.org/2005/08/addressing EndpointReferenceType
  /wsa:From/wsa:Address  
    This element contained in the scaNS:ConversationReference element  
specifies the [address] property of the endpoint reference. 
@@ -54, +54 @@

    public void off(); //Turn calculator off. End conversation.
  }
  }}}
- === Add 1 to sum: ===
+ === Operation to add 1 to sum: ===
  {{{
  Request:
  <S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope";
@@ -80, +80 @@

  </S:Envelope>
  
  }}}
- === Add 3 to sum: ===
+ === Operation add 3 to sum: ===
  {{{
  Request:
  <S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope";
@@ -101, +101 @@

  </S:Envelope>
  }}}
  
- === Get sum: ===
+ === Operation get sum: ===
  {{{
  Request:
  <S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope";
@@ -121, +121 @@

    </S:Body>
  </S:Envelope>
  }}}
- === Off: ===
+ === Operation Off: ===
  {{{
  Request:
  <S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope";

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to