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
Expand all | Collapse all

Using Xquery with PHP on Tamino 2.3: help!

  • 1.  Using Xquery with PHP on Tamino 2.3: help!

    Posted Mon August 25, 2003 07:50 PM

    I’m desperately seeking how posting arguments for the method “xquery” of PHP API; while method “query” is OK , i.e:
    ----------------------------
    $tamino=&new TaminoAPI(…);
    $tamino->setCollection(…);
    $tamquery=“/root[node="name"]”;
    if (!($tamino->query($tamquery)))
    thfPrintError($tamino);
    else …
    ----------------------------
    any argument, of any type, passed to
    $tamino->xquery(…)
    give a “Tamino Error 8554: No message received”
    Can anybody help me?
    Thx
    Nick


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


  • 2.  RE: Using Xquery with PHP on Tamino 2.3: help!

    Posted Fri September 05, 2003 02:42 PM

    Hello!

    If you want to use xquery method of PHP API you should upgrade you Tamino into 4 version. :slight_smile:

    best regards,
    Dariusz Baumann


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


  • 3.  RE: Using Xquery with PHP on Tamino 2.3: help!

    Posted Mon September 08, 2003 11:46 AM

    Hi Dariusz,
    thank you very very much!
    I was desperated… :eek:

    Thanks again :stuck_out_tongue:
    Nick


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