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

addressing an obj via X-Machine

  • 1.  addressing an obj via X-Machine

    Posted Wed October 16, 2002 01:26 PM

    an X-machine can address an obj via http with
    http:///tamino////

    i have all the fields till to the doctype, but how can i know the number of the object(objectID)?
    And is this referred to the TSD?
    Thx
    @nto


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: addressing an obj via X-Machine

    Posted Wed October 16, 2002 06:05 PM

    Hi,
    the number of the ObjectID is indeed the ino:id, so you are able to locate documents via URLs consisting of database location, collection name, document type name and @ino:id (don’t forget the @ in front of the ino:id)

    Futhermore, Tamino allows to assign a document name to such an object. This name is stored in the internal attribute ino:docname. This method of object identification is mostly used for non-XML documents stored in Tamino, but can, of course, be used for XML documents, too. For example, if we store a JPG image in database jazz in collection encyclopedia under the name dizzy.jpg, we can retrieve it with the following URL: http://localhost/tamino/jazz/encyclopedia/dizzy.jpg.

    HTH.

    Regards,
    Uli


    #webMethods
    #Tamino
    #API-Management