cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming an Enterprise Service

Former Member
0 Kudos

Hallo@all,

first thank you for reading my thread.

The problem.: I want ton consume an Enterprise service but VIA PI. So i have done a Integration scenario between The Third party Apps and the ECC. In ECC i have made a service definition for the Inbound service that with SOAMANAGER i created an EndPoint. After Publishig in SR i could test it with WSnavigator and with SAP gui. But the Probelm i coudn´t see it in SXMB_MONI.

So i i make a Service Consumer "Proxy client " with logical port. I have only the URL of the ECC and the Prefix. How could I include PI in this scneario in order to see that the Msg succefully processed From 3rd Party app (Java based) to ECC.?

Thank you very much?

The Processing Mode is Synchronous.!

Thank you very much

Kind Regards

A.Labrache

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

>After Publishig in SR i could test it with WSnavigator and with SAP gui. But the Probelm i coudn´t see it in SXMB_MONI.

because message pass through http/soap call, it is not configured to pass through PI.

>So i i make a Service Consumer "Proxy client " with logical port

It is not required.

>How could I include PI in this scneario in order to see that the Msg succefully processed From 3rd Party app (Java based) to ECC.?

I assume Java is sender and ECC is receiver. It is now depend on capability of your Java application.

Use any of the following:

(Java->PI->ECC)

http->PI->SOAP

http->PI->proxy

SOAP->PI->proxy

SOAP->PI->SOAP

File->PI->SOAP (response wont be available)

JDBC->PI->proxy (jdbc as temp data holder)

Any possible combination on Java side (SOAP/HTTP/JDBC) and ECC (SOAP and Proxy).

Regards,

Gourav