cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS Recevier Adapter in PI

Former Member
0 Kudos

Hi,
Im trying to set up a HTTPS connection to communicate to a third party system from SAP PI.
Now, i have carefully followed this thread
http://scn.sap.com/thread/1926206.

Create HTTP Connection of type G in SM59 -
Enable SSL option -
Import Client Certificate -
Enter target host name and prefix -

Now how do i make my HTTP adapter in PI use this connection from SM59?

Regards,
J

Accepted Solutions (1)

Accepted Solutions (1)

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Janan,

While configuring http adapter, you will have the option of entering the third party connection details manually or you can just mention the RFC destination which you configured in SM59(using addressing type as http destination).

Please go for the later one.

Regards

Vishnu

Former Member
0 Kudos

Hi Vishnu,

Thank you for the reply, it was the correct solution.

Now, im faced with another problem.

I have hardcoded 4 parameters in the prolog of the Communication channel.

Now, i have seen in SCN that we can dynamically set them using the UDF, as per the below links:

My question, can i do this in my scenario, which uses HTTPS destination in the communication channel?

If Yes, then how do i achieve this?

Regards,

J

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Janan,

Yes you can mention in the comm channel. Since during the transmission of the message, PI will use the parameters configured in the channel for the delivery of the message to the receiver.

If you want the prolog parameters need to be selected dynamically, then you can refer those two links which you mentioned above.

Regards

Vishnu

Answers (0)