cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver Adapter Status Code 204

ChRa
Explorer
0 Kudos

Hi,

I have a IDoc to SOAP scenario.

The SOAP Message is in ebXML-Format with attachment.

everything is fine so far.

Only one thing is missing.

The server sends HTTP status code 204 instead of 200.

Is it possible to accept 204?

in my first tests, the message is always in status retry.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Christian,

Please refer to OSS 856597 - SOAP Adapter FAQ see question 6 Receiver Asynchronous Calls


Q: What should my web service return to the adapter for

asynchronous calls?

A: Currently, the receiver adapter expects an HTTP 200 with a SOAP

envelope with an empty content for successful delivery. Any other

response will result in a XI system error and triggers retries of

the message.

HTTP 204 with an empty body is only supported by the SOAP Sender adapter.

Regards,

Mark

ambrish_mishra
Active Contributor
0 Kudos

Hi Christian,

please check Mark's response in the thread

Ambrish