cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Receiver Adapter - Post HTTPS to non-sap system

Former Member
0 Kudos

I plan on doing an https post to a non-sap system using the http rec adapter. Will I need to make some config changes to enable ssl communication on the XI system? Will I need the certificate of the target system?

Thanks,

Mark

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Chrisitan,

Let me know, if you are able to solve your problem.

I too have to call a URL with a query string, and when I receive the response, I have to pass back to SAP function module.

Thanks in adavance for you help, ASAP,

Namadev

cguenther
Newcomer
0 Kudos

Hi,

is there a way to have an URL with querystring in the post?

The URL, I have to call ha the form https://server.domain/path/to/app?var1=value1&var2=value2&var3=value3

The problem is, in the http-destination (SM59) I can't add the query string.

Is there a way to define the querystring in the configuration of the http receiver adpter?

Christian

Former Member
0 Kudos

Thanks for your help.

Former Member
0 Kudos

Hi Mark,

You will need Certificate to enable SSL communication.

And once you install your certifictaes on the systems according to the above blog then there are few changes which needs to done on XI side.

On XI Server - Go to SM59 and Create HTTP destination to the system with SSL enabled in that destination.Select active option for SSL.

In confguration - Go to HTTP rec channel and select HTTP destination and here give the one which u have created in last step.

Former Member
0 Kudos

Mark,

Check this weblog on how to enable SSL:

/people/gregor.wolf3/blog/2005/10/11/setup-https-ssl-for-the-sneak-preview-sap-netweaver-04-abap-edition-on-windows

---Satish