cancel
Showing results for 
Search instead for 
Did you mean: 

configuration problems plain HTTP receiver adapter

Former Member
0 Kudos

Hi @ll,

I have an question belonging to the http receiver adapter.

I want to sent a message to an internal server via https, but I´m not sure how to configure this in integration scenario.

I tried to following entries.

target host => ip

service number => 443

path => path to the service

but this configuration ends up in a HTTP-Client Code 110 Reason Error.

When I use a Soap Adapter without Soap Envelope and specify the whole url as

https://ip/path

the call works fine for Soap.

Unfortunately for some other reason, I can´t use the Soap Adapter

What is the difference?

How to configure the Http Adapter properly for this scenario.

Do I have to import any Certificate to ABAP Stack?

I appreciate for your helping

Kind regards

Jochen

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192295
Active Contributor
0 Kudos

Hi,

In HTTP adapter path prefix mention below path, but both sender and receiver side interface name or service name should be same else it will give error

prefix path

http://<hostname>:<port>/sap/xi/adapter_plain

Former Member
0 Kudos

Hi nallam,

sorry I don´t understand your advice exactly.

what should I change in http receiver adapter?

The scenario is Idoc to external Webserver via HTTP.

Kind regards

Jochen

Former Member
0 Kudos
Former Member
0 Kudos

Hi Seshagiri,

thanks for your answer.

I already did.

But the message fails with mentioned error.

How to configure the http adapter, so that it works like the soap adapter?

Do the soap adapter gets the certificat per default?

Do I have to import the certificat when using HTTP adapter?

Kind regards

Jochen