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.  Email select results in tabular format

    Posted 01/13/20 09:07 AM

    Hi WM Gurus,

    I have a simple requirements: Email select SQL results in tabular format. I am not sure how to that. Currently, I use the following steps to generate an xml data that can mapped into STMP body. The problem is the format is xml format, not tabular format.

    Thank you for your help!

    1. run adapter service to get results
    2. loop the result set and map the result to document list using pub.list:appendToDocumentList
    3. map the document list to xml string using pub.xml:documentToXMLString
    4. map the xmldata to email body in pub.client:smtp.

    Details are in the attached word document.
    WM Email Select Results.docx (75.5 KB)


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


  • 2.  RE: Email select results in tabular format

    Posted 01/13/20 12:03 PM

    Hi Franky,

    please check the IS Built-In-Services Reference for the Report-Folder.

    You might find some helpful services here.

    The Syntax of the Template-File follows the syntax in the DSP-And-Templates Development Help.

    Regards,
    Holger


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


  • 3.  RE: Email select results in tabular format

    Posted 01/15/20 09:08 AM

    Hi Holger, thank you so much for your response. Is there any examples that I can follow along to understand how to use those reporting functions?


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