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.  Displaying query results

    Posted 04/15/09 08:54 AM

    I have created an adapter that selects a set of data from a table. I want to display this result on a dsp page.

    it is working when i’m invoking the adapter on the page.

    but i’m using a invoke the wrapper where i’ve put the adapter, i don’t have any output.

    can anyone suggest me the best way to display the results of a query on a dsp page? Please.


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


  • 2.  RE: Displaying query results

    Posted 04/17/09 11:57 AM

    Hi Assad,

    Check if you have the output of the adapter service as the output of the wrapper service that you are invoking from the dsp. The dsp gets the values to be displayed from the service that it invokes.

    regards,
    vamshi.


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


  • 3.  RE: Displaying query results

    Posted 04/20/09 06:22 AM

    Thank you Vamshi. I wanted to display the values from the adapter, properly in a table way.

    Can you give me the steps please?

    My 2 variables are environment and branchplant (output from the adapter query).


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


  • 4.  RE: Displaying query results

    Posted 04/20/09 07:36 AM

    Please refer the DSPandTemplatesDevGuide.pdf.
    This guide explains clearly everything you can do using dsp.

    you can find the document at:
    \Developer\doc\guides\DSPandTemplatesDevGuide.pdf

    or you can find it on
    https://advantage.webmethods.com
    under Bookshelf > Product Documentation > webMethods Developer.


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


  • 5.  RE: Displaying query results

    Posted 04/20/09 07:44 AM


  • 6.  RE: Displaying query results

    Posted 04/21/09 06:41 AM

    You can use %loop% command to loop over elements of adapter output and display in tabular format using proper HTML tags.


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