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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  how to retain dropdown values between DSP's

    Posted 02/19/14 04:47 AM

    Hi All,

    Can anyone help me, how to retain the dropdown values between dsp’s

    Thank in advance,
    Guru


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: how to retain dropdown values between DSP's

    Posted 02/19/14 05:40 AM

    @Guruprasad,

    You need to put it in a document and carry it in the pipeline(s) of service(s) you progress through. There is no retention mechanism, as far as I know.

    Ref: http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite7/Developer/Guides/7-1-1_DSP_and_Output_Template_Developers_Guide.pdf

    Page: 21

    Content: Because HTTP does not preserve variables from one request to another, to pass data from one DSP to another, you must explicitly set those values in the documents that you return to the requestor. …

    HTH.

    Thanks,
    Rankesh


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: how to retain dropdown values between DSP's

    Posted 02/19/14 06:21 AM

    Hi Rankesh,

    Thank you very much for your help. I will try it now.

    Regards,
    Guru


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: how to retain dropdown values between DSP's

    Posted 02/19/14 10:09 AM

    Yes you may need to store the values in the temp document/values and use it in the subsequent DSP’s to retain.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: how to retain dropdown values between DSP's

    Posted 02/24/14 11:37 AM

    Or you could access these drop down variables in different DSP pages by calling a javascript\AJAX call to the WM service returning the list.

    Service 1 returns the list of values.
    Service 2 and 3 use the JS call to get the list from service 1.


    #webMethods
    #Integration-Server-and-ESB