Community
Participate
Working Groups
Follow the instructions in Bug 357093 to create a new project and import the attached test files. In the generated file for test.js, the Call statement is generated into: egl.eglx.rest.invokeEglService(egl.eglx.rest.configHttp(svc, {uri : "", method : egl.eglx.http.HttpMethod.POST, encoding : egl.eglx.services.Encoding.JSON, charset : "UTF-8", contentType : null}, {encoding : egl.eglx.services.Encoding.JSON, charset : "UTF-8", contentType : null}), "amortize", [eze$Temp1, eze$Temp2, eze$Temp3], ["egl.lang.EString", "egl.lang.EString", "egl.lang.EString"], ["loanAmt", "interestRate", "termInYears"], [egl.lang.EString], new egl.egl.jsrt.Delegate(this, egl.client.test.prototype.handleResponse), egl.eglx.services.ServiceLib.serviceExceptionHandler); ; When you run this application, you get a runtime error stating that the package 'egl.lang' does not exist. It appears that the return type of [egl.lang.EString] needs to be [egl.egl.lang.EString].
This was a workspace problem