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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Type check in X-Query

  • 1.  Type check in X-Query

    Posted Thu August 26, 2004 04:03 PM

    Hallo,

    as far as I know a query like /person[age=“24”] yields to the same result as /person[age=24] because Tamino converts it to the right type.
    Is it possible to specify that this should cause an error instead to achieve some type safety?

    Thanks in advance,
    Pascal Sch


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Type check in X-Query

    Posted Tue September 14, 2004 10:48 AM

    Hi,

    There is no way to enforce type checking in xql (x-query). If you need to state type-safe queries you should really think about using Tamino XQuery.

    Best regards,

    Thorsten Fiebig


    #webMethods
    #API-Management
    #Tamino