Re: nett4-http endpoint - sending multipart request

2018-10-14 Thread Zoran Regvart
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.

nett4-http endpoint - sending multipart request

2018-10-13 Thread John Smith
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