cancel
Showing results for 
Search instead for 
Did you mean: 

PARSE_APPLICATION_DATA Error during XML => ABAP conversion

former_member184944
Participant
0 Kudos

Hello All,

I have a synchronous PROXY to SOAP scenario. The interface was working fine , but it is strange that it is started throwing exception at proxy end (response message) .

The messages pass through PI successfully and even in ABAP moni the messages are successful. However in the proxy it throws above exception.

The interface was working perfectly fine earlier. And there has been no change in the dev and all of a sudden we are getting the above exception.

Any suggestions what could have gone wrong?

PS: There is no change in the response message being sent from target.

Thanks in Advance,

Anumeha

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,


Check if upLoadMailingListResponse is in the response payload.

Regards,

Mark

azharshaikh
Active Contributor
0 Kudos

Hi Anumeha,

From the screenshot it looks to be data mis-match issue. Can you check the XML Path & its value to which this error points to.

Is this failing for all the messages or few of them? Cross Check in moni the payload & data that is getting populated in Proxy.

Regards,

Azhar

former_member184944
Participant
0 Kudos

It is failing for all the messages. Issue is no data is getting populated in Proxy for me to compare. Strange thing is there has been no change in dev .

azharshaikh
Active Contributor
0 Kudos

Hi,

Then seems to be issue in the Data that is being sent back from 3rd Party.

1.Can you test the Receiver side WSDL, using SOAP UI tool and check what data you are getting back. It should match with your expected Proxy Response structure.

2. Alternatively you can also pick the Response Payload from Moni and try to test in MM - ESR and check if its getting executed successfully.

Regards,
Azhar