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.  sorting & paging problem

    Posted Thu September 12, 2002 03:33 PM

    I am using TaminoClient API.

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


    //sample code2 (all results return???why???)
    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?


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