webMethods

webMethods

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.  maximum ResultSize

    Posted Thu January 10, 2002 12:46 PM

    The Tamino Interactive Interface allows to specify a ResultSize but when I use the Java API to query my database, I receive maximum 5 results. I’d like to change this maximum ResultSize before doing my query. Can anyone help me ?

    Thks


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


  • 2.  RE: maximum ResultSize

    Posted Thu January 10, 2002 01:46 PM

    TaminoClient has a method:-

    public final void setPageSize(int newPageSize)
    This sets the page size for Tamino queries. The default is 5.
    Parameters:
    newPageSize - the new page size to set.

    --------------------------------------------------------------------------------

    Invoke this prior to doing the query.

    Hope that helps.

    Mike Ball


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


  • 3.  RE: maximum ResultSize

    Posted Thu January 10, 2002 02:14 PM

    First time I tried, it didn’t work but now, it seems to work pretty good,

    thanks a lot for this immediate answer,


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