cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Version not supported

Former Member
0 Kudos

Hi,

My scenario is IDOC to Webservice.

I have done all design and configuration,

I used Receivere adapter as SOAP dapter.

When i am running the scenario i am getting following error.

"Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 505 HTTP Version not supported"

regards,

XI

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This happens when target service expects a specific version of the HTTP protocol (1.0, 1.1 etc) and client does not match this expectation ... Try to check if target requires a specific version (1.1 only for instance) whereas XI uses another.

Rgds

Chris

Former Member
0 Kudos

in SOAP adapter the HTTP version is 1.0 not 1.1

How to upgrade it to HTTP 1.1 Version

prateek
Active Contributor
0 Kudos

Reimpot the SAP BASIS SWC 7.0 in IR and then check the soap communication channel.

Regards,

Prateek

Former Member
0 Kudos

Did you solve this problem?

i have exactly same case...