cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding HTTP_AEE Connection- PI to PI scenario

Former Member
0 Kudos

Dear All,

We have a scenario where one PI system (A)  is connected with another PI system (B).

HTTPS url is used to connect PI System ( A)  to PI system (B).

In PI system (A) Receiver HTTP_AAE is used to connect using the https url of PI system (A). If this is the case what can be the sender Adapter to be used in PI system (B) to receive /listen to the the messages sent from PI system(A). Please help.

Regards,

Tibin Joseph

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Tibin,

Why to use http_aae adapter?. You can use the SOAP adapter and to work easily with their WSDLs.

Regards.

Former Member
0 Kudos

Hi Inaki ,

Thanks for your quick response.Client uses HTTP_AAE because https url is used to connect our PI system.

As you advised, Say if SOAP receiver with XI protocol is used to connect to our PI system using https link : https://host:port/XISOAPAdapter/MessageServlet?..........


1.Do they need to enable SSL for the same?

2.What will be sender adapter in our PI system to receive the messages?


Note : Our PI System is Java only stack.


Regards,

Tibin Joseph




engswee
Active Contributor
0 Kudos

Tibin

I'll still recommend SOAP 1.1 instead, but if you insist on SOAP XI 3.0 protocol you can refer the following on establishing PI to PI connectivity.

You can use SSL irrespective of which protocol you prefer.

Regards

Eng Swee