cancel
Showing results for 
Search instead for 
Did you mean: 

Error in CAE Argentina Interface - J1AMONITOR

Former Member
0 Kudos

We are suffering a lot of times a system error in the connection between SAP and the physcal authority.

The error that we have is:

System Failure

"call to messaging system failed: com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIAdapterFramework:GENER"

Do you have any idea what is happening?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ignacio

I got this solved by checking the response message and validating it against the BAPI schema.

So I made sure my Response message validated against the schema taken from the BAPI_AR_WS_DOMESTIC

<a:BAPI_AR_WS_DOMESTIC.Response xmlns:a="urn:sap-com:document:sap:rfc:functions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:sap-com:document:sap:rfc:functions file:///c:/BAPI_AR_WS_DOMESTIC.xsd">

     <AUTORIZARCOMPROBANTERESPONSE>

         <item>

             <RESULTADO>A</RESULTADO>

             <CUIT>XXXXXXXXX</CUIT>

             <CODIGOTIPOCOMPROBANTE>1</CODIGOTIPOCOMPROBANTE>

             <PUNTOVENTA>1</PUNTOVENTA>

             <NUMEROCOMPROBANTE>9</NUMEROCOMPROBANTE>

             <CAE>XXXXXXXXX</CAE>

             <FECHAVENCIMIENTOCAE>2015-08-28</FECHAVENCIMIENTOCAE>

             <FECHAEMISION>2015-08-18</FECHAEMISION>

         </item>

     </AUTORIZARCOMPROBANTERESPONSE>

     <RETURN>

         <item>

             <MESSAGE>CF649F71473311E585A9XXXXXXXX452A</MESSAGE>

         </item>

     </RETURN>

      <T_J_1A_WS_DOMESTIC/>

      <T_J_1A_WS_ITEM/>

</a:BAPI_AR_WS_DOMESTIC.Response>