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