SOAP with Attachment / MIME content
问题 Need to send and receive a SOAP message in the following format from a third party: POST /api HTTP/1.1 Host: mytesthost.com Content-Type: multipart/related; boundary="aMIMEBoundary"; type="text/xml"; start="<soap-start>" Content-Length: 2014 SOAPAction: "" --aMIMEBoundary Content-Type: text/xml; charset=us-ascii Content-Transfer-Encoding: 7bit Content-ID: <soap-start> <?xml version="1.0" encoding="UTF-8"?> <soap-env:Envelope xmlns:soap- env="http://schemas.xmlsoap.org/soap/envelope/"> <soap