Creating Dsp

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

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.

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