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.  Insert function

    Posted Mon June 21, 2004 05:35 PM

    Hi All,

    I want create SXS to add a NEW element in the document when ON INSERT event starts.

    I can i do with OnInsert trigger?

    In this trigger i can modify the value
    or i can add new value in xml document during processing ??

    Thanks
    Michele


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Insert function

    Posted Mon June 21, 2004 06:11 PM

    Hi Michele,

    The currently available ‘action triggers’ don’t allow to change the document being inserted, sorry.

    Perhaps you can (mis)use a shadow function to store your changed XML document in the shadow. But you might encounter other problems on that way; I have no experience with the use of shadow functions as the ‘transformation triggers’ you need.

    Best regards,

    Julius Geppert
    Software AG


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: Insert function

    Posted Fri June 03, 2005 11:50 AM

    I have a very similar problem…

    Is it possible to modify the “incoming” document using the onInsert trigger with tamino 4.2 version?

    Thanks.


    #Tamino
    #webMethods
    #API-Management


  • 4.  RE: Insert function

    Posted Fri June 03, 2005 12:15 PM

    No, ‘transforming triggers’ are not implemented in v4.2 and AFAIK not planned for the next release yet.


    #API-Management
    #webMethods
    #Tamino