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.


#TechXchangePresenter
 View Only
  • 1.  Sending email

    Posted Tue June 24, 2003 10:02 PM

    Hi,
    How can I send multiple variables values in the body of email. For eg, if i have a serviceIn string variable “body”, can I hardcode multiple variables in this string?

    Thanks


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


  • 2.  RE: Sending email

    Posted Tue June 24, 2003 10:43 PM

    You can use “variable substitution” when setting this parameter value. For instance, in the Flow Map Set:

    my body contains %variable1% and %variable2%.

    You can also use the pub.report services which allow you to apply a template to the pipeline, so you can format data with %loop% and all the other stuff in the ISDSP&TemplateGuide.


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