Hello, I have a netty4-http endpoint that I can send XML to with Content-Type=application/xml from a SoapUI REST project.
I'd also like to send XML with attachments as a multipart/form or multipart/mixed content type. However when I switch the Content-Type to multipart/form or multipart/mixed in SOAPUI and run the POST to the netty4 Endpoint the request does not reach the camel route - I just get an SSL Exception in SOAPUI: Software caused connection abort: socket write error Does anyone know if netty4-http supports multipart messages? Thank you.