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.  FORM Based authentication issue

    Posted 08/23/04 06:27 AM

    We have configured a package to perform authentication using FORM based authentication (webMethods IS 6.1). The authentication goes thru and the landing page of the package is displayed. However, any subsequent invoking of a service (thru a DSP) again pops up the native webMethods authentication (the pop-up window). This means that the session established with JSP is sort of not getting carried forward to the DSP session. Is this the expected behaviour.
    On reverting to native authentication, both the JSP and DSPs work with single authentication.
    Are we missing something…


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


  • 2.  RE: FORM Based authentication issue

    Posted 08/23/04 08:30 AM

    Hello Harish,

    Yes we have observed the same behavior. The way we circumvented this was to apply the dsp and then display the final result back in a JSP. This will avoid second authentication.

    -Rajesh Rao


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


  • 3.  RE: FORM Based authentication issue

    Posted 08/23/04 12:01 PM

    Hello Rajesh,
    Can u please explain more briefly on what you mean by “apply the dsp and then display the final result back in a JSP”. I am no able to understand it properly.

    Thank you


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


  • 4.  RE: FORM Based authentication issue

    Posted 08/23/04 01:09 PM

    Hello Mayur,

    Look at the documentation for pub.report:runTemplate service under the WmPublic folder. You can use this service to apply a template, in your case the dsp. The result (of applying the template) which exists in the pipeline can be displayed in the jsp.

    -Rajesh Rao


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