on 2014 Aug 07 7:31 PM
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.
Request clarification before answering.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.