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.  help me out

    Posted 07/20/01 03:52 PM

    hi friends
    im a new user to tamino database
    when running the real estate application im having problem with the following statement

    what does the following statement mean

    http://localhost/tamino/RealEstate/ino:collection?_xql=ino:collection/ino:doctype[@ino:name=‘Property’]

    well
    this statement gives me the response but im not able to understand what it means

    pls help me out
    thanking you
    regards
    kishore


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: help me out

    Posted 07/23/01 09:53 AM

    Hi:

    When you create a database, a collection is created with the name ino:collection.

    This collection contains information (doctypes and schemas) about the collections in this database.

    Try create a new database and query:
    http://localhost/tamino/DatabaseName/ino:collection?_xql=ino:collection

    A collection has doctypes, you are looking for doctype which has the attribute ino:name with the value ‘Property’(@ is used for attributes).

    This query will return you the schema of the doctype named ‘Property’.

    ] is ]

    Regards.


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: help me out

    Posted 07/23/01 11:03 AM

    hi
    thanks for the prompt reply
    i wanted to know what that hexadecimal value refers to
    thanks once again
    regards
    kishore


    #webMethods
    #API-Management
    #Tamino


  • 4.  RE: help me out

    Posted 07/23/01 12:35 PM

    Hi

    Sorry, y had written:
    ] is ]
    but browser convets it to:
    ] is ]

    Regards


    #webMethods
    #API-Management
    #Tamino


  • 5.  RE: help me out

    Posted 07/25/01 09:18 AM

    thanks for ur prompt reply
    regards
    kishore


    #webMethods
    #API-Management
    #Tamino