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.  Intercepting the pipeline at runtime

    Posted 10/10/12 02:07 PM

    [INDENT]I am writing a test service,
    to test a service that takes a canonical as input, and transforms the data and passes it via an XI adapter call.

    To check that the right transformation has been done I need to intercept the internal document that is used to pass on the data to the XI.
    The internal document is not published.

    Is there a way of intercepting the pipeline at runtime and getting the contents of the internal document.

    Anyone who has done this before, or any suggestions please. [/INDENT]


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Intercepting the pipeline at runtime

    Posted 10/10/12 06:31 PM

    have you tried: pub.flow:savePipelineToFile
    or pub.flow:savePipeline


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: Intercepting the pipeline at runtime

    Posted 10/10/12 08:54 PM

    This is exactly the same suggestion mentioned on his other thread:)


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Intercepting the pipeline at runtime

    Posted 10/11/12 10:07 AM

    This suggestion doesnt help, as I cannot modify the service under test


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Intercepting the pipeline at runtime

    Posted 10/11/12 01:50 PM

    If the IS version is 8.x then set the service property pipeline debug to true, this will capture the data at the entry point to this service. If you want to capture pipeline at one particular step in the flow then use the suggestion mentioned above.

    Cheers,
    Akshith


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 6.  RE: Intercepting the pipeline at runtime

    Posted 10/11/12 02:51 PM

    If you cannot modify and add debug steps then there is no work around.Try it in DEV if possible for you and test to understand:


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 7.  RE: Intercepting the pipeline at runtime

    Posted 10/12/12 02:31 AM

    One option is to step through the flow with the debugger. Then you can save the pipeline at will at any step within Developer/Designer. Might be bit tedious but you can visually inspect the mapping as it occurs and save or copy/paste variable contents as needed.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods