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.  Output templates

    Posted 04/21/05 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 04/25/05 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