I am migrating an application from a Coldfusion Server 9 to a Lucee Server hosted on an Amazon Service
and getting an error when trying to call a method from a webservice
Verified that the server is able to see the web service though a ping on the server.
Able to dump the web service and it shows all the methods that we are able to call
But when calling and specific method that has a struct as a parameter and a array as a return type
the Webservice returns an error of type
javax.ejb.EJBException
These seems to be a Lucee issue because tried to do the same procedure through coldfusion server and its working fine