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.

 View Only
  • 1.  LOOP does scoping for you in DSP

    Posted Fri January 12, 2007 09:19 PM

    Here is the issue within a DSP…

    I have a form which submit a few textboxs and post it itself (same dsp).

    There is an invoke which loops on a list. Inside the loop, the submit form parameters are scoped. Is there a way to unscope this?

    Thanks in advance…

    Rocky


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


  • 2.  RE: LOOP does scoping for you in DSP

    Posted Fri January 12, 2007 09:47 PM

    I’m not sure but maybe the scope tag will let you do something along these lines?


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


  • 3.  RE: LOOP does scoping for you in DSP

    Posted Fri January 12, 2007 10:25 PM

    I tried the scope tags (“param” and the “rparam”) fields. This lets you build the list, but not Submit-form tags.


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


  • 4.  RE: LOOP does scoping for you in DSP

    Posted Fri January 12, 2007 11:01 PM

    Doesn’t let you change/expand the scope too? Like I mentioned, though, I’m not sure…


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


  • 5.  RE: LOOP does scoping for you in DSP

    Posted Mon January 15, 2007 02:32 AM

    From what I recall, if you used a fully qualified variable name prefixed by a slash (eg: /a/b/c/d) within a LOOP, that is no longer subject to scoping


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