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.
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.