cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Receiver and HTTP Sender

former_member188885
Active Participant
0 Kudos

Hi Experts,

I have to send data from one PI system ( PI 7.31) to another PI system ( PI 7.1 ) using HTTP CC.

In PI 7.3 i have the following queries:

1. What should i mention in the Target Path and from where should i get it?

2. I need to mention the PI 7.1's Host and Path in the destination details, right?

3. Should any other settings be maintained in PI 7.31 to send data to PI 7.1?

4. What are the settings to be done in PI 7.1 side?

Thanks

Regards,

Lavanya R

Accepted Solutions (1)

Accepted Solutions (1)

tobiasberneck
Explorer
0 Kudos

Hi Lavanya,

on the PI7.1 (receiver) side, you could use a plain HTTP adapter. But this is only running on the ABAP stack. Therefore it si more convenient to use a SOAP receiver without envelope:

4. Define SOAP receiver channel with option "Do not use SOAP envelope" enabled.

2. Yes.

1. http(s)://hostname:5XXXX/XISOAPAdapter/MessageServlet?channel=:Name_of_Sender_Component:Name_of_Send...

Sender component and sender channel name have to be the ones like they are defined on the PI7.1 system.

3. I have no 7.3 running. But if there is no difference to 71, just use an SOAp sender with option "Do not use SOAP envelope" enabled.

Kind regards,

Tobi.

Answers (1)

Answers (1)

former_member188885
Active Participant
0 Kudos

Thank you for your replies.

If i am using an HTTP receiver adapter, what should i provide in the Path?

Former Member
0 Kudos

Hi Lavanya,

Please check this link:

http://help.sap.com/saphelp_nwpi711/helpdata/en/43/95bcddd51c60b7e10000000a11466f/frameset.htm

As per link it should be something like this:

http://host:port/sap/xi/adapter_plain?service=sender&namespace=urn%3Asap-ag%2Ecom&interface=%2Fsap%2...

Here the service, interface, namespace will be of PI 7.1 server.

Regards,

Beena