cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating ECC webservces using PI

Former Member
0 Kudos

Is it possible in PI to call a wsdl developed in ECC through proxy to PI. There are webservices developed in the ECC system. These webservices needs to be called from PI and connected to third party system ?

Can proxy take care of this?

How is data transferred from ECC webservice to PI

Accepted Solutions (0)

Answers (2)

Answers (2)

RaghuVamseedhar
Active Contributor
0 Kudos

Radhika,

SAP advice to store web services in ESB. i.e., Define all web-services in ESR (then WDSL's will be available in ESB).

You can import that WSDL in PI ESR as service interface. Connect PI with ECC, link. Then ABAP proxy can defined in SPROXY of ECC (ABAPer can reuse code, if web-service is already defined in ECC).

Dimitri
Active Contributor
0 Kudos

Hi Radhika,

You can easily expose functions (transaction SE37) as web services, using SAP PI or SAP PO.

Just import them into the ESR and use them in a mapping. Both synchronous and asynchronous scenarios are possible.

Kind regards

Dimitri