IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  process and update statements in browser locationbar

    Posted 07/11/02 11:15 AM

    I’m trying to update documents in my Tamino database using the locations toolbar of my browser!

    Using the statement below I can add new documents.

    :confused:
    How do I UPDATE???
    The ino:id must be added but HOW???
    Please respond!!!


    http://localhost/tamino/ziekenhuis/patienten?_process=<PATIENT REGNUM=‘4’>Janssennummer 127.678.65


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: process and update statements in browser locationbar

    Posted 07/11/02 11:44 AM

    Hi,
    you just have to add the ino:id (I used here ino:id 999) as an attribute:

    http://localhost/tamino/ziekenhuis/patienten?_process=<PATIENT ino:id=999 REGNUM=‘4’>Janssennummer 127.678.65

    Regards,
    Uli


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: process and update statements in browser locationbar

    Posted 07/17/02 09:52 PM

    Thanx,
    That’s what I was looking for!

    Ruudje


    #API-Management
    #Tamino
    #webMethods