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.  how to invoke DSPs runtime using flow service

    Posted Tue January 27, 2009 10:09 PM

    hi everyone,

    can any one help me to invoking DSPs in runtime from flowservicen.

    ex:

    In one flow service having mutilple conditions,for each condition satisfy should invoke appropricate dsp page.

    regards,
    anil kumar ellendula


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


  • 2.  RE: how to invoke DSPs runtime using flow service

    Posted Thu January 29, 2009 06:36 PM

    You may have this backward-- is it possible to change the logic so the dsp page invokes the flow service?


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


  • 3.  RE: how to invoke DSPs runtime using flow service

    Posted Fri January 30, 2009 01:55 AM

    Perhaps you want the service “runTemplateOnPipeline” or something like that?

    Check in WmPublic service guide for something mentioning templates. That might get you where you want to be.


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


  • 4.  RE: how to invoke DSPs runtime using flow service

    Posted Fri January 30, 2009 05:26 PM

    You can create a output template for each service. In the output template use a re-direct to the url of the dsp.

    Regards,
    Pradeep


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


  • 5.  RE: how to invoke DSPs runtime using flow service

    Posted Mon February 02, 2009 07:59 PM

    I’d think it’s easier to have the condition logic directly in the DSP page, then you can use %include% to call different DSP based on the condition value.


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


  • 6.  RE: how to invoke DSPs runtime using flow service

    Posted Tue February 03, 2009 05:47 AM

    Can you throw some light on what you want to achieve by invoking DSPs in a flow service?

    If you want the html output of the DSPs then you can use http service of WmPublic package.

    Cheers
    Guna


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


  • 7.  RE: how to invoke DSPs runtime using flow service

    Posted Wed February 04, 2009 02:57 AM

    DSPs generally run standalone. One option is to specify an output template to a Flow or Java service - you can use DSP style tags there.

    As Nath said, if you want to use a template to apply to your pipeline itself, another option is to use the services in the WmPublic/pub.report folder. Something like pub.report:runStringTemplateOnPipe or pub.report:runTemplateOnPipe may be what you need.


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