webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  DSP Invoke JAVA Service

    Posted Tue November 25, 2003 10:07 PM

    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.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: DSP Invoke JAVA Service

    Posted Wed November 26, 2003 03:24 PM

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

    Thanks


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: DSP Invoke JAVA Service

    Posted Fri November 28, 2003 10:34 AM

    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


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services