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.  Paging Problem...

    Posted 09/11/02 09:13 AM

    I am using TaminoClient API.

    //sample code1 (result is ok)
    taminoClient.setPageSize(2);
    taminoResult = taminoClient.query(“/TOPIC[//ParentID=514 and //TopicID!=514]”,2);


    //sample code2 (result is strange!)
    taminoClient.setPageSize(2);
    taminoResult =TaminoClient.query(/TOPIC[//ParentID=514 and //TopicID!=514] sortby (.//upDateTime desc),2);



    Can’t I use “sortby” and “page” mothed together?


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


  • 2.  RE: Paging Problem...

    Posted 09/12/02 12:33 PM

    This is not really an API related question, as the query string is parsed and executed by the XML server of Tamino. I suggest you post this question in the “Native XML Store & X-Query” forum. People there probably can help you with this.


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


  • 3.  RE: Paging Problem...