cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to SOAP (Axis) synchronous interface

Former Member
0 Kudos

Hi ,

We have a RFC to SOAP (Axis) synchronous interface where we are using standard solution from partner for ESR, but the messages are failing in with below error while downloading/uploading the files:

com.sap.engine.interfaces.messaging.api.exception.MessagingException: (0)null

<SAP:Category>XIAdapterFramework</SAP:Category> 

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: (0)null</SAP:AdditionalText>

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Kindly let me know how we can resolve it.

Thanks

Ayura

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please check the payload. As, the error message is pointing the payload is empty.

As said by Iñaki Vila, follow to avoid empty file handling.

iaki_vila
Active Contributor
0 Kudos

Hi ayura,

Are you treatting  empty files?, are you using file content conversion in the configuration?, may be you should check the option "Skip Empty Files" in Empty File Handling section.

Regards.

Former Member
0 Kudos

Hi Inaki,

The files are not empty, infact we are able to process the same files.

The issue we are facing is that in case we try to send same files 2-3 times, sometime it will be successful sometimes it will fail with above error.

It is some unusual behaviour but sometimes it is successful, sometimes it is not.

Thanks

Ayura