cancel
Showing results for 
Search instead for 
Did you mean: 

REST Adapter : Catching exception calling messaging system

Former Member
0 Kudos

Hi Experts,

I'm using REST Adapter in my interface, synchronous communication with ECC using RFC, its working fine if my output table from ECC in less then 10 records/Rows. But if more data is coming, it is executing once and in next attempt it is giving below error.

<html>

   <head>

      <title>Error</title>

   </head>

   <body>

      <h1>Error</h1>

      <pre>Error while sending message to module processor: senderChannel '74d8c8f1d7513f0791947283034cdb2f': Catching exception calling messaging system: Received HTTP response code 500 : Error during parsing of SOAP header</pre>

   </body>

</html>

Thanks in advance.

Regards,

Venu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Experts,

I Used xpi_inspector to trace what was error, It shows my previous message output is passing to header content which is very big in length to next trigger. But i'm not passing anything like that, i have read some scn messages which shows to tick DO NOT USE SOAP ENVELOP, but i'm using REST adapter so this is not possible.

Please suggest.

Regards,

Venu

Former Member
0 Kudos

Resolved using SAP Note - 2258139.

Answers (0)