Forum Post: Re: Invoke method with output parameters

  • Thread starter Thread starter schase
  • Start date Start date
Status
Not open for further replies.
S

schase

Guest
One thought. If they hand edited their annotations make sure they all have unique names. We had a case before which was a copy and paste error where two method has the same method name. Only one signature made it into the rest mapping file. -Shelley Sent from my iPad On Sep 5, 2014, at 10:11 AM, "egarcia" bounce-egarcia@community.progress.com wrote: RE: Invoke method with output parameters Reply by egarcia Could not locate method ' method-name ' with matching signature in class ' class-name '. (14457) The REST Adapter uses the Open Client API to access the method in the AppServer. The error message that you are getting indicates that "method1" is in the Business Entity but the signature does not match. (Error 12927 would be shown if the method is not found in the class.) You have already mentioned that the r-code and war file are up to date. Still, it looks like the r-code that is being accessed is not the same one that you expect. Could this be an issue related to the PROPATH? Some troubleshooting suggestions. You could remove the r-code and move the code out of the PROPATH to see if I get a different error messages. Or could try adding a different version of the method, perhaps, one with no parameters to see if that happens to be the matching signature. Perhaps, the next step would be to contact Technical Support to see if they can take a look at your system. Thanks. Stop receiving emails on this subject. Flag this post as spam/abuse.

Continue reading...
 
Status
Not open for further replies.
Back
Top