cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error response SOAP

0 Likes
2,263

Dear,

I've a XI to SOAP sync scenario. My problem ocurred when i send xml to web service.

In SXI_MONITOR I can see that message arrives to the web service but in the response returns a error (without payload).

The mapping logic is very simple. In outbound process only assign a constant to consume the web service and in the response I using XSL mapping:

This is de web service request:

And this the response:

And ack:

I have checked the web service with SOAPUI and it returns response correctly.

I have seen similar discussions but i don't see nothing clear:

Any idea?

Many thanks,

Regards.

View Entire Topic
0 Likes

Hi all,

I have managed to find the problem.

We have checked content of response with the target system's team and we have found the problem.

The problem was that the target system returned a wrong content (With wrong encoding).

The request was successful (HTTP 200 OK) but the ack response no (ACK NOK).

Thank you very much.

Regards.