Created
June 22, 2020 01:27
-
-
Save zarulizham/6e408ef2e4aa0d2cfeccbbd80639843b to your computer and use it in GitHub Desktop.
WSO2 Multipart Payload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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