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.  WmtndocsetAttribute vs wmtndocattradd

    Posted 01/21/03 04:32 PM

    Can someone clarify the differences between wm.tn.doc:setAttriute and wm.tn.doc:updateAttributes vs the services in wn.tn.docattr like wm.tn.docattr:add, wm.tn.docattr:update.

    Chris


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 2.  RE: WmtndocsetAttribute vs wmtndocattradd

    Posted 01/21/03 04:47 PM

    The document attribute services manipulate the attribute definitions while the document services manipulate attribute values. For example, you might use wm.tn.docattr:add to create an attribute named ‘Foo’. Then you could use wm.tn.doc:setAttribute to set the value of the ‘Foo’ attribute of a specific document to something like ‘myFooValue’.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration