How to show a service ouput in a DSP page

Hi All,

I have written a DSP page which calls a service, I want to show the output of that service in the DSP when I invoke the DSP. I have created a Output template and assigned to the service but still can’t see the output when I invoke the DSP. If anybody can explain the exact proedure to display output in a DSP page that would be a great help!

Thanks in advance,
Joy

For Eg if you are creating a login.dsp page for invoked a service(The service you use the output variable is result(string)) then after we simply wrote the code in login.dsp as follows

%invoke service name%

%result%

%end%