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.
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.
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