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.

 View Only
Expand all | Collapse all

Reload XSLT Service within a service flow

  • 1.  Reload XSLT Service within a service flow

    Posted Fri December 11, 2015 07:18 AM

    Hi,

    I created a very simple XSLT service that is called by a Service Flow (let’s say SF1).

    When I modify my XSLT service and make a test, the modification is applied when executing.

    But when I try the SF1 flow, it does not see the XSLT modifications.
    For the SF1 to see the modifications, I always need to open my XSLT service and execute it alone.

    Is it normal ? why the refresh action do not work ?

    Regards
    Cédric


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Reload XSLT Service within a service flow

    Posted Fri December 11, 2015 01:43 PM

    xslt are compiled and cached.
    you can use pub.xslt.Cache:removeAllTemplates
    or pub.xslt.Cache:removeTemplate to refresh the cache


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Reload XSLT Service within a service flow

    Posted Fri December 11, 2015 02:12 PM

    Thanks for your reply, I’m going to try these options.

    Regards


    #webMethods
    #Integration-Server-and-ESB