cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy in PI 7.1

Former Member
0 Kudos

Hi folks,

currently I am investigating the capabilities of PI 7.1 in respect to Java connection. As stated in the [sap help|http://help.sap.com/saphelp_nw04/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/content.htm] java as well as abap proxies use the local integration engine of the Web AS. When I call the proxy generation in ESR it tells me that there are two different ways of creating java proxies, the one I described above and a new programming model.

This new programming model seams to be reflected by the [Web Service proxies|http://help.sap.com/saphelp_nwpi71/helpdata/en/45/100c6be9f87201e10000000a155369/content.htm] that can be created in NWDS on the basis of the Service Interfaces in ESR.

Is this new programming model still using the local integration engine of SAP Web AS and if so, do I have to tell the proxy that the endpoint is the proxy runtime of PI or does it do this automatically, as used by ABAP proxies?

Thanks in advance,

Manfred

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No one has any experience with the new proxy development model?

Former Member
0 Kudos

Solved the problem pretty much by myself. After creation of a web service proxy in NWDS based on a Service interface from ESR a Proxy is generated. Since there is no endpoint available (design time interface from ESR) the message is sent to PI automatically. The proxy itself (e. g. username/password) can be customized in the NWA --> SOA Management --> Business Administration --> Web Services Administration.

Cheers,

Mane