cancel
Showing results for 
Search instead for 
Did you mean: 

Electtric 80 / PI Integration via .NET

Former Member
0 Kudos

Hello All,

I am working on a requirement that needs to integrate the Software Electric 80 with SAP ECC, through SAP PI.

The client team do not want to work with flat files and E80 can work with .NET (but not with web services).

how we can connect to .NET or with a Java function called from .NET or...

Thanks and Regards

Sita K

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I've to realize the same interface between electric80 and SAP-PI. Could you please provide some details about your scenario?

Thanks in advance.

My best regards.

Stefano M.

Former Member
0 Kudos

Hi,

You may perform HTTP POST using .NET to send XML messages to PI and integrate with SAP ECC. You may either use HTTP Plain Adapter or SOAP Adapter. You can setup an HTTP to Proxy scenario or SOAP to Proxy.

Sender HTTP Plain Adapter: http://help.sap.com/saphelp_nwpi71/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm

Defining URL query when sending request to SAP PI using HTTP POST via HTTP Plain Adapter:

http://help.sap.com/saphelp_nwpi71/helpdata/en/44/8f54b8b01e3673e10000000a114a6b/content.htm

Sender SOAP Adapter:

http://help.sap.com/saphelp_nwpi711/helpdata/en/44/8c4756224a6fb5e10000000a155369/frameset.htm

Regards,

Jenny