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.  Fetching Session attribute in shell/start page rules

    Posted 07/04/12 04:00 AM

    Hi All,

    Is it possible to fetch the session attribute in the shell or start page rules ?
    As we can use the request parameter so might have possiblity for session too.

    I have tried with the following syntax:

    request.session.parameter(“param”) == “value”
    request.session.attribute(“param”) == “value”
    session.attribute(“param”) == “value”

    But they all are of no avail :frowning:

    Could anyone help me on this ?

    Thanks & Regards,
    Prateek bhatnagar


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


  • 2.  RE: Fetching Session attribute in shell/start page rules

    Posted 07/05/12 08:54 PM

    Try this syntax:

    #{sessionScope["param"]} == "value"

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


  • 3.  RE: Fetching Session attribute in shell/start page rules

    Posted 07/07/12 05:43 PM

    Thanks Eric for the reply,

    But the syntax is not working for me getting the below error in mws logs

     BindingExpressionConstant: #{sessionScope["xxx"]}=null
    StringConstant=xxx

    Also it is asking for the rule variable while defining the shell rules, not sure what they are Please find the attachement for the same.

    Do we have any documentation in particular for this in webMethods 713?
    Session_Shell_Rule.JPG


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