cancel
Showing results for 
Search instead for 
Did you mean: 

SAP XI Error HTTP 505 HTTP Version not supported

Former Member
0 Kudos

Hello Everybody,

I have IDOC(sender) to WEBSERVICE(receiver) scenario.

Our server is XI System version "SAP J2EE Engine 6.40 PatchLevel 105424.313". Webservice has generated in MS Sql Server 2005 and publish in MS IIS server.

I downloaded webservice schema in external definitions. and i mapped with idoc fields. When i try to Test Configuration in integration directory, everything is fine.

But when i test to scenario, it doesnt work. I checked logs in integration engine monitoring. I got

this error " 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"

does anyone have any idea for that error? what should I do for run the this scenario?

Kind Regards,

Rasim

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

problem is still continue

prateek
Active Contributor
0 Kudos

Make sure that the protocol expected by your receiver system is HTTP 1.0 and not 1.1. XI sends it in 1.0 format.

Regards,

Prateek

Former Member
0 Kudos

Thanks Prateek for your answer. But How i can check this information ?

I configured SOAP_Receiver in communication channell like that:

Transport Protocol: HTTP

Message Protocol: SOAP 1.1

Adapter Engine: Integration Server

prateek
Active Contributor
0 Kudos

You may first contact your receiver partner for the HTTP version they support. There is a mismatch somewhere.

http://www.checkupdown.com/status/E505.html

Regards,

Prateek

Former Member
0 Kudos

Thanks. Problem was solved.

Reason : XI server couldnt reach MS SQL Server. for that reason We couldnt call webservice..