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.

 View Only
  • 1.  PHP and Tamino

    Posted Mon March 18, 2002 03:58 PM

    Hi,

    Anybody know how to talk to tamino xml database using php…? any suggestion?

    Thanks
    Markus


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: PHP and Tamino

    Posted Tue March 19, 2002 03:05 PM
    1. short term solution: program directly against the HTTP interface (using URL objects and building things like http://server/tamino/db/collection?_xql=data with a String manipulation); use XML and XSL-T php libs for processing the Tamino responses.

      2. laying the groundwork (for others): encapsule the whole nasty parts of (1) in a fine Tamino Access Lib (and put it in the public domain?).

      Best regards, Andreas


    #API-Management
    #webMethods
    #Tamino