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

Output templates

  • 1.  Output templates

    Posted Thu April 21, 2005 05:44 PM

    Hi,

    I have created a html template like :

    <!–>
    <html>
    <head>
    <title>Error while processing the transaction</title>
    </head>
    <body>

    Error report that is generated from web methods

    <table>
    <tr>
    <td>Trading Partner</td>
    <td>
    %scope errorTemplate%
    %value tradingPartner%
    %end scope%
    </td>
    </tr>
    </table>
    </body>
    </html>

    where
    errorTemplate is the document name
    tradingPartner is the element inside the document, whose value needs to be displayed as a html output.
    This document is available in both input and output pipeline with values

    The problem is in the html page, only the caption Trading partner is displayed but not its value.

    Can someone please help me in resolving this problem.

    Thanks,
    Badri


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


  • 2.  RE: Output templates

    Posted Mon April 25, 2005 07:57 PM

    %value tradingPartner% or %value errorTemplate/tradingPartner%. You shouldn’t need the scope tags.


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