Help on DSP Pages

Hi

I am a novice to DSP.

My requirement is I need a dsp page which invokes one of the WM service whose input is xmlString. So I should have one text box in my htmlpage to place that xmlString as input and one button(EXECUTE) which will invoke the WM service with the input in the textbox.

How can I acheive it?

Can any of u pls help me in this?

Regards
Ravi.

Ravi,
One way of doing this is via an HTTP form post to your wm service.
Just create your wm processing service with input of the same name as the TEXT-INPUT name in your HTML/DSP.

~tS

Ravi,

This topic has been discussed on the forum several times, please perform a search and I am sure you will get all the answers. You can find one such thread that contains a sample html at:
[url=“wmusers.com”]wmusers.com

HTH,
Rohit