cancel
Showing results for 
Search instead for 
Did you mean: 

Best connectivity (SOAP or HTTP) to Java only PI system

Former Member
0 Kudos

Hi Experts,

We have MII version 15.0 SP03 system and we want to connect to SAP PI (Java only) system for sending xml data.

The HTTP XI action block is failing to connect to PI java HTTP adapter. So for HTTP we are using with generic HTTP post which is connecting successfully.

For Webservice both XI action block and generic SOAP call is connecting successfully.

For receiving data from PI both SOAP and HTTP call is working good.

We wanted to follow a standard Integration pattern, So what will be best connectivity patterns to follow?


Your answers supported with valuable points will be rewarded.


Regards,

Karthik

Accepted Solutions (0)

Answers (2)

Answers (2)

saumya_govil
Active Contributor
0 Kudos

Hello Karthikeyan,

For a similar integration requirement for one of my projects, I use synchronous HTTP post to send data to PI from MII. I check the response code to determine if the data was successfully received in PI. For the PI to MII data flow, I use web services calls and receive the data in the message monitor. In the message monitor we monitor the messages received and ca check the status of the same as well for troubleshooting.

This integration works well for us and is working fine for a couple of years now.

Maybe the same might be suitable for you too. Hope this information helps.

Regards,

Saumya

senthil_kumar44
Participant
0 Kudos

This message was moderated.