webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  using transaction

    Posted Fri November 21, 2003 12:08 PM

    I would like to use the method “useLocalTransactionMode()” to lock a document.

    I have two buttons: one for locking a document and the other one for updating data. That means at first i must click on the button “Lock” to lock a document, and then on button “Update” to update data.

    Could someone please help me?
    Thanks
    Butterfly


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 2.  RE: using transaction

    Posted Tue November 25, 2003 09:38 AM

    Hello,
    Please take a look at the example code provided in “ProcessMessage.java” in the JavaTaminoAPIExamples.jar file. The performUpdate() method shows how to use transactions.
    I hope this helps.


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs