Community
Participate
Working Groups
Import the attached project and deploy it on Tomcat 6, request "http://localhost:8080/targetTest/TestHandler.html" in browser, click the button, you will get "EGL0028E: An exception occurred while calling a service.", click the button again, the invoke of the service will be OK.
Created attachment 207516 [details] sample
You need first deploy rui project to a web project.
I get no exception. I get on button clicked service3:4 is called service3:2 is called service3:1 is called service2 is called service3:3 is called service1 is called If the problem still happens on your system change you exception handler to check for a ServiceInvocationException and print detail3. Or you can print the raw response (see below) which will contain the same information it's just not as pretty. function serviceExceptionHandler(exp AnyException in, http IHttp in) Syslib.writeStdout(http.getResponse().body); Syslib.writeStdout(exp.message); end
not occurs in 0.7.0.v201111270901