In Altova MapForce, when sending XML to the Body of an HTTP POST (a Web Service call) through a mime-entity function, it generates an error "Conversion to base64Binary failed for '<?xml...'". How do I send XML from a string into a web service call Body connector without generating that error?
"Conversion to base64Binary failed" Error using MapForce to POST to Web Service
186 Views Asked by Riley Major At
1

The
mime-entityfunction expects binary data which is Base64-encoded. That encoding can be performed using thecharset-encodefunction with a suitable encoding such as "utf-8".