cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing error while working with BPM

Former Member
0 Kudos

My scenario is File-RFC. Getting the response back from RFC function module (Using BPM sync-Async Bridge).

In SXMB_MONI I am getting this following error:

"PARSING" - "GENERAL"

<?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="PARSING">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: could not convert request from XML to RFC:com.sap.mw.jco.JCO$Exception: (130) JCO_ERROR_XML_PARSER: Expecting a tag to begin with '<' instead of '2', in "R><RETURN>2345678903"</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

My Input file structure is :

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

<ns6:MT_GetFlatFile xmlns:ns6="http://sap.com/xi/XI/GMPOC_SYNC_RFC">

<HEADER_DESCRIPTION>DESCRIPTIONDESCRIPTIONDESCRIPTIONDESCRIPTION</HEADER_DESCRIPTION>

<PROJ_ESTIM_NO>9875670980</PROJ_ESTIM_NO>

<VENDOR_NO>2345678903</VENDOR_NO>

</ns6:MT_GetFlatFile>

I have made a change in RFC and once again imported the same to XI. But still I am getting this error .

Kindly help me in solving this problem.

Thanks and Regards,

Chary

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

get your original message source from SXMB_MONI

(right click - view source ) then paste your message to your message mapping (Test Tab) in the Integration Repository

test your mapping and check if it's ok

Regards,

michal

Former Member
0 Kudos

Hi Michal,

Yes I copied the source message and tested it is working at Message mapping test tab.

Regards,

Chary.

ranjit_deshmukh
Active Participant
0 Kudos

Hi Chary,

Can you please tell me how did you solve your problem?

I am getting the same problem as that of yours.

I am referring this bolg:

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

and in the sync send step i am getting this error.

Ranjit