Hi,
I am calling a flow service from my jsp page and it returns some url. In turn, I am using that url in my jsp page to redirect using response.
sendRedirect(url). But when it compiles, it gives me error that response.sendRedirect is an invalid type expression.
I placed my jsp files in Packages–>myPackage–>web directory.
Any ideas?
Thank You
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB