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
Expand all | Collapse all

Redirect to an url from flow service.

  • 1.  Redirect to an url from flow service.

    Posted Fri June 17, 2011 04:30 AM

    Hello all!

    Can anybody tell me the steps how to redirect to an Single Sign On(SSO) url?

    I was able to call using WmPublic/pub.client:http and get the ticket and get the userid from it and do rest of the process… (getting data from PeopleSoft Student Systems) All these worked fine so far.

    But now I found out that I need to pass parameters also. I guess I need to capture the parameters values and then redirect the flow service to the login url.

    Can anybody help me the steps to be followed to implement this logic.

    Thank You
    Kumar


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


  • 2.  RE: Redirect to an url from flow service.

    Posted Mon June 20, 2011 03:07 PM

    Search the web for information on how to do a redirect. Basically, you’ll return a specific HTTP response code and body to the caller.


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