IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Passing a webpagebs form input to a string document

  • 1.  Passing a webpagebs form input to a string document

    Posted Fri March 12, 2004 07:43 AM

    Is there a way to pass a webpage’s input value directly to a flow service’s document of strings? Currently the input values are seen as standalone strings in the flow service when the webpage invoke the flow service. Currently the flow service input is a canonical document of strings containing those string variables expected from the webpage. Instead of having to change the input/output section of the flow service to having standalone string variables, what is the method to pass the webpage data to the string document?

    -KY


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


  • 2.  RE: Passing a webpagebs form input to a string document

    Posted Fri March 12, 2004 01:51 PM

    KY,

    I would not mind creating a wrapper service that would have single standing variables calling the actual existing service with document input by mapping the individual variables to document strings.

    But in case you get a better approach, let me know. It would be good.

    Ashok


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


  • 3.  RE: Passing a webpagebs form input to a string document

    Posted Tue March 16, 2004 03:18 PM

    Hello KY,

    you can take a look at the service-test.dsp in the wmRoot package. This page is doing what you want. Maybe you can use it as a template.

    Regards,
    Gunter


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