cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Casting Problems Remote to Custom Object

Former Member
0 Likes
608

Hello Experts,

i have a problem with casting a javax.rmi.Remote -Object into an object that extends com.sap.engine.services.webservices.jaxrpc.encoding.GeneratedComplexType. I searched already in the Sun API or in SAP Java API. But i didn't find a hint how to cast the Remote object in my own one.

I'm want to consume a WebService in my app. According to the Tutorial on this link: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0cac0dea-0d01-0010-edb4-8c7b068f...

But the Service does not answer with the right object. I only receive this javax.rmi.Remote Interface Object.

What do i have to do to cast this Remote Object into the described object?

I would be very happy to get an answer on that!!!

Thanks for the help!!!

Best Regards Philipp

View Entire Topic
Former Member
0 Likes

Could u please post detailed stack trace?