cancel
Showing results for 
Search instead for 
Did you mean: 

Soap response Error when processing XML CF.

Former Member
0 Kudos

Hello,

I have problems with soap response and wondered if you could give some advice.

Every time I send my message via soap I get the following error:

com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Error when processing XML CF.

Is it possible that the communication is aborted and my response message mapping is never started?

(Additional info: I tried to create an integration process and am not able to evaluate the response.)

Thanks a lot for your help.

Regards,

Julia

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

do you see any more error details in :

http://xiserver:port/MessagingSystem/monitor

?

did you check logs in visual admin ?

>>>>Is it possible that the communication is aborted and my response message mapping is never started?

yes - if the response is not ok the mapping may not be started

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

i have the same problem.

When i receive a http 500 neither my response nor my fault mapping is

called.

Is there a possible way to handle http 500 responses with mapping?

thx

Mario

Message was edited by:

Mario Bajic

turmoll
Active Contributor
0 Kudos

> Hello,

>

>

> Is it possible that the communication is aborted and

> my response message mapping is never started?

>

Yes, it is possible. The error response that you get is from Adapter Engine.

When you send the SOAP request do you use some special characters?

Are you sending the valid XML message? Do you have:

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

at the beginning of message?

Regards,

Jakub