Community
Participate
Working Groups
Build Identifier: 201110262101 Call dedicated service in EDT, there are java errors: Description Resource Path Location Type com.ibm.javart cannot be resolved to a type mypgm.java /test/generatedJava/common line 32 Java Problem ezeProgram cannot be resolved mypgm.java /test/generatedJava/common line 32 Java Problem ezeProgram cannot be resolved to a variable mypgm.java /test/generatedJava/common line 32 Java Problem Reproducible: Always Steps to Reproduce: 1.Create a EGL web service project 2.Create a service and extract its interface 3.Create a egl program to call this service, there will fire java errors I attached the egl files for your reference
Created attachment 206061 [details] Includes service, interface and client
For 0.7.0 service invocations are only supported from JS gen.
p.s. program can only be generated in java, not javascript. so you can not use call... returning to ... on exception in a program, this call service statement can only be used in a javascript client
verified