Hi John,
the `netty4-http` component doesn't have any SOAP functionality (I'm
guessing you're doing SOAP), I guess you'd need to look into a binding
implementation that does that.
I would suggest that you look into CXF[1] or Spring WS[2] components
that has support for SOAP and SOAP attachments.
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