Skip to content

Instantly share code, notes, and snippets.

@zarulizham
Created June 22, 2020 01:27
Show Gist options
  • Save zarulizham/6e408ef2e4aa0d2cfeccbbd80639843b to your computer and use it in GitHub Desktop.
Save zarulizham/6e408ef2e4aa0d2cfeccbbd80639843b to your computer and use it in GitHub Desktop.
WSO2 Multipart Payload
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Body>
<mediate>
<attachment filename="zip_10MB.zip">attachment_base64_values_here</attachment>
<full_name>Muhamad Zarul</full_name>
</mediate>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment