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 access the data recieved by the service

    Posted Mon November 24, 2008 06:13 AM

    Hi All,

    We are accessing the service using an URL from a jsp page(which not related to webMethods). The work of that service is it will return some values to the jsp.Now my question is how to use that output which i got from the service in jsp.

    Thanks,
    ishrai


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


  • 2.  RE: How to access the data recieved by the service

    Posted Mon November 24, 2008 08:12 AM

    Hello,
    You can go through the the above guide which shows all the webMethods JSP library tags you can use.
    [URL]https://advantage.webmethods.com/bookshelf_developer[/URL]


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


  • 3.  RE: How to access the data recieved by the service

    Posted Mon November 24, 2008 09:46 AM

    Hi,
    Thanks for your reply.

    I guess the guide shows how to develop the jsp’s in the integration server.what my situation is application server was different and we are calling the webMethods service and using the results of this service there.so i want to use those results in that jsp page.

    Thanks


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


  • 4.  RE: How to access the data recieved by the service

    Posted Mon November 24, 2008 11:01 AM

    I haven’t tried it myself but you should be able to simply treat output IS service as HTTP reponse.


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


  • 5.  RE: How to access the data recieved by the service

    Posted Mon November 24, 2008 11:32 AM

    It mean shud we need to psot the required the data to the jsp page…by using http client…if you know the implementation could you pls explain it to me…


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