cancel
Showing results for 
Search instead for 
Did you mean: 

Access CRM through webservice

Former Member
0 Kudos

Hi guys,

An external system is trying to access the SAP CRM Server and the error shown at their end  is as given below :

“The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF”

Any idea how we can resolve this from SAP side?

Accepted Solutions (0)

Answers (2)

Answers (2)

S4_Hana
Participant
0 Kudos

Hi Souvik

I heard that adding the following to a default app.config works

<system.net>
<
settings>
<
httpWebRequest useUnsafeHeaderParsing="true" />
</
settings>
</
system.net>


Belinda

S4_Hana
Participant
0 Kudos

Hi Souvik

Did you solve this error as I am getting it as well?

Belinda