cancel
Showing results for 
Search instead for 
Did you mean: 

Error invoking method of proxy bean

Former Member
0 Kudos

Hello!!

I´m trying to run a Server JProxy and I get the error:

com.sap.aii.af.ra.ms.api.DeliveryException: Error invoking method mIRobotIn of proxy bean $Proxy327: Index: 1, Size: 1: com.sap.aii.proxy.xiruntime.core.XmlInboundException: Error invoking method mIRobotIn of proxy bean $Proxy327: Index: 1, Size: 1

I have followed these steps to try of solve it:

-I have register correctly the JProxy.

-I have removed the package files from the .ear file.

-I have comment the statement 'throw new RuntimeException();'

Somebody knows what could be tha cause of the error?

Thanks and regards,

Manuel.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Manuel

Possible Error:

com.sap.aii.af.ra.ms.api.DeliveryException: Error invoking method mymethod of proxy bean

Solution: One of the packages might me missing or misspelt.

check this out:

Matias

ps: please award points if helpful.

Former Member
0 Kudos

Hi Matias,

I think all the packages are correct.

Thanks and regards,

Manuel.