Forum Post: RE: Invoke method with output parameters

Status
Not open for further replies.
M

mflanegan

Guest
Hi there, How do you change the invoke method from a PUT to a GET? Thanks in advance Meyrick Flanegan Developer - Managed Services Email: mflanegan@elcb.co.za ELCB Information Services (Pty) Ltd Customer Service Email elcb@elcb.co.za · www.elcb.co.za E A S T L O N D O N Tel: +27(43) 704 0700 Fax: +27(43) 704 0701 J O H A N N E S B U R G Tel: +27(11) 879 6179 Fax: +27(11) 454 0384 P O R T E L I Z A B E T H Tel: +27(41) 373 0529 Fax: +27(86) 650 0135 Disclaimer From: schase [mailto:bounce-schase@community.progress.com] Sent: 06 September 2014 09:08 PM To: TU.Mobile@community.progress.com Subject: Re: [Technical Users - Mobile] Invoke method with output parameters Re: Invoke method with output parameters Reply by schase 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. Stop receiving emails on this subject. Flag this post as spam/abuse.

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