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
  • 1.  Need to trigger email from scheduled webmethods flow service

    Posted Tue April 01, 2014 02:12 AM

    Hi,
    I am trying to write a flow service which pulls data from DB and after processing it I have the output as below

    Document List
    Header Document
    Child Document List

    the child document list may contain multiple records for 1st iteration in Header document and there should be minimum one record available in child Document List
    Now I need to form an HTML table to view this result need your assistance to understand how I can loop over the list item of the document in HTML tag, please advice

    Regards
    Rajesh


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Need to trigger email from scheduled webmethods flow service

    Posted Tue April 01, 2014 06:11 AM

    Do not understand your problem.
    Can you upload some screen shot to describe what you have done now, and make some sample to describe what’s your expected result?


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Need to trigger email from scheduled webmethods flow service

    Posted Wed April 16, 2014 03:48 PM

    Rajesh,

    you can look at DSP pdf and use runTemplateOnPipeline service to create required output.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 4.  RE: Need to trigger email from scheduled webmethods flow service

    Posted Thu April 17, 2014 03:26 AM

    @ Rajesh,

    You were able to implement your requirement? If not can you tel us more about this?


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Need to trigger email from scheduled webmethods flow service

    Posted Thu April 17, 2014 08:33 AM

    Use a DSP page for this.First invoke the service that will give the document list structure as output using e %invoke% tag. Then loop over and create tables inside the loop.This will be dynamic approach. Sample structure, as provided in SAG DSP guide,

    Order Tracking System

    Current Orders

    %invoke orders:showOrders% %loop orders%
    Company: ABC
    Phone: 8001213546
    Address: 3351 covelake drive
    APT 163
    Lexington,Kentucky
    40515
    %endloop% %endinvoke%
    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General