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

Error response SOAP

0 Likes
2,264

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,

It could be a junk character received. When i face up to a similar SOAP receiver errors, i'd rather to set the SOAP receiver channel with Do Not use SOAP envelope mark, then the adapter doesn't try to interpret it and i can see the real response. Obviously, you need to wrap the SOAP request before.

Another way, it's mentioned above with the other SCN memebers. try the same request with SOAPui, check XML-rightness of the response and finally compare PI call with SOAPui request as well.

Regards