cancel
Showing results for 
Search instead for 
Did you mean: 

http sender to http receiver

former_member195202
Participant
0 Kudos

Hi All,

I am struck in a scenario which is http to http, ECC -> PI -> Third party.

There is a functional module in ECC, which generates an http query which is actually meant for the third party. So the link will look like

http://pi_system:port/query

This fm is using an RFC destination (type = http connection to an abap server) for making connection to PI system.

I am facing two problems here:

1) how to get this link to integration engine because the link as mentioned above is not pointing to PI integration engine.

2) once I receive the link in PI, I need to replace pi_system:port part with third_party:port and so that the final link becomes http://third_party_system/query

This is a synchronous scenario. Any help would be appreciated regarding the problem.

Thanks,

Ravi.

Accepted Solutions (1)

Accepted Solutions (1)

rhviana
Active Contributor
0 Kudos

Hi Ravi,

The asnwers below:

1) how to get this link to integration engine because the link as mentioned above is not pointing to PI integration engine.

You can get this link from SLD into SAP PI. Check the business system of Integration Engine

2) once I receive the link in PI, I need to replace pi_system:port part with third_party:port and so that the final link becomes http://third_party_system/query

This third_party  is , SAP , WebService , FTP ?

Regards,

BR.


Ricardo Viana.

former_member195202
Participant
0 Kudos

Hi Ricardo,

Thanks for the reply..I have checked the SLD configuration for the business system of ECC. I see a meaningful tab there named 'Integration'. This tab has got a field name 'Configuration URL'. Are you saying me to configure this URL for my interface so that when the foresaid function module generates a query link, the message goes to XI pipeline ?

Regarding the second question - this third party is a web service connection.

Thanks,

Ravi.

Harish
Active Contributor
0 Kudos

Hi Ravi,

you need to provide the host details of third party (and any port if applicable), with the query operation.

http://third_party_system/query

please check with third party to provide this details. You can also find this in the WSDL provided by third party.

regards,

Harish

Answers (0)