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.  Creating XML as output template

    Posted Wed March 07, 2007 11:19 AM

    I’m creating a service which takes a record list (QUESTIONS) which has one field (QUESTION) and one string variable (DUEDATE) and inserts the variables into the XML template specified on the settings tab.

    My XML looks like this:

    <?xml version="1.0" encoding="utf-8" ?>

    <STW_SearchesRequestMessage>



    http://

    %value DUEDATE%




    %loop QUESTIONS%
    %value QUESTION%
    %end%



    </STW_SearchesRequestMessage>

    But when I try to run this in the browser none of the variables appear and the tag %value QUESTION% doesn’t even appear. Am I doing something wrong? I’m quite new to this type of service so bear with me.

    Any suggestions are appreciated.


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


  • 2.  RE: Creating XML as output template