cancel
Showing results for 
Search instead for 
Did you mean: 

SYSTEM ERROR IN JDBC -> XI -> SOAP -

Former Member
0 Kudos

Hi All

Actually i am through a JDBC -> XI-> SOAP (webservice)->XI -> FIle scenario using BPM, its mapping for the first half i.e JDB -> XI -> SOAP is like - Data uses the JDBC adapter , initially passes the JDBC outbound async interface , then it enters into IP(BPM) through abstract async interface (service for BPM: "requestservice_IP" ).Mapping takes place outside the BPM so message type passes through "sync abstract" interface (mapping takes place here) and finally to SOAP adapter(request reciever and sends response ) i .e webservice.

Data is mapped properlly and but problem lies in SOAP adapter, as it recognises the webservice but it is not processing it further .So only mapping takes place from JDBC datatype to SOAP datatype but data is not able to poston to the available webservice mentioned in SOAP target URL.

In SXMB_MONI , upto the mapping for first half its ok but for SOAP adapter its showing ERROR CATEGORY - MESSAGE and ERROR ID - GENERAL

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey all more info regarding the persistent problem is in here

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

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

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

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

please have a look at it

Former Member
0 Kudos

Hi All

Actually i am through a JDBC -> XI-> SOAP (webservice)->XI -> FIle scenario using BPM, its mapping for the first half i.e JDB -> XI -> SOAP is like - Data uses the JDBC adapter , initially passes the JDBC outbound async interface , then it enters into IP(BPM) through abstract async interface (service for BPM: "requestservice_IP" ).Mapping takes place outside the BPM so message type passes through "sync abstract" interface (mapping takes place here) and finally to SOAP adapter(request reciever and sends response ) i .e webservice.

Data is mapped properlly and but problem lies in SOAP adapter, as it recognises the webservice but it is not processing it further .So only mapping takes place from JDBC datatype to SOAP datatype but data is not able to poston to the available webservice mentioned in SOAP target URL.

In SXMB_MONI , upto the mapping for first half its ok but for SOAP adapter its showing ERROR CATEGORY - MESSAGE and ERROR ID - GENERAL