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.  Forwarding DSP

    Posted 08/02/04 08:37 AM

    Can any one tell me how to forward one dsp to another like we use forward in jsp .

    thanks


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Forwarding DSP

    Posted 08/30/04 05:28 AM

    Sudam,

    You can call a javascript within the dsp which can redirect you to the new jsp. Else you can put

    in the dsp header, which should do your job.

    -Rajesh Rao


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 3.  RE: Forwarding DSP

    Posted 09/17/04 10:03 AM

    If you’re wanting to do the equivalent of a “forward” you can perhaps use the %include% tag, wrapped in some if tags… Dunno if that really counts, but we’re talking different beasts anyhow…

    Or if you want to really go to a bit of extra effort, but a more unique approach I think, you can do it inside the flow code, by selecting the template you want and then running it by calling the built in services in the pub.report folder that will do all the DSP execution. It’s more of a dispatcher type architecture. Hell, you can get the DSP text from anywhere…

    Nath


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods