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
  • 1.  Creating Dsp

    Posted Tue March 04, 2008 04:19 PM

    Hi,

    I want to created a DSP page which displays all the details from the configuration file.

    When the flow service is executed in browser,the webpage should display the details from the xml file in the form of table.

    Can you please help me regarding this.

    Thanks,
    Sathish


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


  • 2.  RE: Creating Dsp

    Posted Tue March 04, 2008 04:57 PM

    Satish,

    I would say start with the “Dynamic Server Pages and Output Templates Guide”. Their are actually some examples in WMSamples package too for DSP.
    If you get stuck somewhere or get any errors, post them here so we can help.


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


  • 3.  RE: Creating Dsp

    Posted Wed March 05, 2008 06:55 AM

    Satish,
    To make things easier, first load the XML file in memory using some java service or WmPublic services (Load the nodes into hastable or something like that) on package load (startup services). You can create your own services to get the selected parts/nodes of this XML data and display the results in DSP page. Its just invoking the services and displaying the results.

    Cheers
    Guna


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