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

Error response SOAP

0 Likes
2,270

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
Former Member
0 Likes

Hi Alvaro,

the error msg is coming from SAP parser who cannot understand the response. It is obviously a http standard error side (HTML instead of XML) which cannot be parsed. Therefore, you need to test the service with a test tool like Soap Ui (freeware) to watch the raw response and find out the error reason. On PI you will not get that.

/Udo