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

    Posted 01/27/09 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 01/29/09 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 01/30/09 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 01/30/09 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 02/02/09 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 02/03/09 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 02/04/09 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