cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Receiver drops attachment in payload from SOAP 1.x Sen

Former Member
0 Kudos

I have an iFlow, which has a SOAP sender channel and an HTTP receiver channel.I am seeing a warning on the HTTP receiver channel:
HTTP Receiver drops attachment in payload from SOAP 1.x Sender. HTTP Receiver does not support payload attachment.

What can be done to resolve this warning ?

Accepted Solutions (0)

Answers (1)

Answers (1)

MortenWittrock
Active Contributor
0 Kudos

Hi Rajesh

The warning cannot be resolved. It informs you that any attachments added to the SOAP message will be removed, since they're not supported by the HTTP adapter.

If your SOAP messages don't have attachments, there's no problem. If they do, you need to transfer their contents as part of the payload somehow.

Regards,

Morten