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 fetch the request parameter in shell rules ?

    Posted 06/28/12 05:28 AM

    Hi All,

    I want to fetch a request parameter from the URL and then using that parameter i want to create a shell rule
    i.e. if parameter value is a, then do this

    i used the below syntax:
    #{request.parameterNames.param== “value”}
    but it didn’t gave me the expected result :cry:
    where param is the parameter that i am passing to the URL and value is its value.

    Could any one please let me know how to do this?

    Thanks & Regards,
    Prateek Bhatnagar


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 2.  RE: How to fetch the request parameter in shell rules ?

    Posted 06/28/12 02:30 PM

    I believe the syntax would be like this:

    request.parameter("param") == "value"

    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 3.  RE: How to fetch the request parameter in shell rules ?

    Posted 06/29/12 01:23 AM

    Thanks Eric, it worked for me :slight_smile:

    Regards,
    Prateek Bhatnagar


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS