cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy Client from local SAP Web AS

Former Member
0 Kudos

Hi all.

I'm trying to call a proxy client (deployed in my local SAP Web AS) but I get some errors (ClassNotFoundException). I did not install proxy framework in my local Web AS. Is it necessary if my proxy client is deployed locally? Can I solve it with adding some JAR files from XI to my proxy client application?

Thanks,

Gari.

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

JPR is required for using Proxies. And that too with WAS >= 6.4

Regards,

Prateek

Former Member
0 Kudos

Thanks Prateek.

Is it necessary to install the Adapter Framework in my local Web AS to install JPR? Can I install JPR separately?

Thanks again.

stefan_grube
Active Contributor
0 Kudos

JPR is part of Adapter Framework.

So you have to deploy an AF on your local system.

For 6.40 it is not possible to deploy JPR separately.

Regards

Stefan

Former Member
0 Kudos

Hi.

I deployed the Adapter Framework on my local Web AS. But I'm still getting an error when executing my scenario. I defined my machine as a Java Web AS Business System in XI SLD.

Which SLD should point my local Adapter Framework? XI Web AS SLD or my local SLD?

Thanks a lot.

Gari.

Former Member
0 Kudos

At last my scenario worked.

Thanks.