DSP Invoke JAVA Service

I am trying to input parameters on a Web page and pass them to a JAVA service… do some processing and post the result back to the web page. Specifically… input Years and Days and return Current date plus years and days. I have the Java Service working fine within wM. I am having problems with the passing of variable back and forth. Any help is graciously appreciated.

Can you specify what problems and errors you are getting. It will be helpful in making the solution.

Thanks

Please make sure that the variable names are matching (they are case sensitive). Moreover please ensure that the variables are within scope, like specifying all the form elements within the form tag (if invoking via dsp).

Anyways more information about the specifc error you are getting would be helpful in providing a solution