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

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

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

  Response:
  <S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope";
    <S:Body>
-     <calc:geSumtResponse 
xmlns:calc="http://calculator/sum";>3</calc:geSumtResponse>
+     <calc:geSumtResponse 
xmlns:calc="http://calculator/sum";>4</calc:geSumtResponse>
    </S:Body>
  </S:Envelope>
  }}}

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

Reply via email to