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.  Return query result without ino:id

    Posted Wed January 12, 2005 07:00 PM

    How can I return the query result without the “ino:id” attribute added by the Tamino


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: Return query result without ino:id

    Posted Thu January 13, 2005 12:14 AM

    What tools are you using? The .Net API, for example, provides several methods for returning the data document separately from the Tamino attributes.

    Douglas Kelly,
    Principal Consultant
    Software AG, Inc
    Sacramento, California


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: Return query result without ino:id

    Posted Thu January 13, 2005 02:22 AM

    I am using either Tamino’s Java API, or PHP API.


    #webMethods
    #Tamino
    #API-Management


  • 4.  RE: Return query result without ino:id

    Posted Thu January 13, 2005 08:51 AM

    ok, looks like your question has been answered in the Java API forum.

    Douglas Kelly,
    Principal Consultant
    Software AG, Inc
    Sacramento, California


    #webMethods
    #API-Management
    #Tamino


  • 5.  RE: Return query result without ino:id

    Posted Thu January 13, 2005 04:53 PM

    Still, what about PHP API? Do you know anyting about that?


    #Tamino
    #webMethods
    #API-Management


  • 6.  RE: Return query result without ino:id

    Posted Mon January 17, 2005 01:57 PM

    The PHP API does not modify the returned documents, so if you send a normal X-Query via the query-method, you will get a result including the ino:id attributes - if however you send a Plain-URL-Addressing request via the plainUrlAddressing-method or an XQuery request via the xquery-method, then the resulting XML document will not include the ino:id attributes.

    regards,
    Heiko Weber


    #Tamino
    #webMethods
    #API-Management