Hello,
first of all thanks for your time reading this question, and thanks for your time:
We are expected to send a file as an attachment in a SOAP request using MTOM protocol.
It is expected to include a "name" parameter inside the "Content-Type" header, as we show below:
.png)
Currently, we have developed a SOAP Operation which sends the files using MTOM protocol, however it is not including the parameter "name" inside "Content-Type" header, as you would observe:
.png)
How could we adapt it to send the parameter "name"?
Could you provide us some example or documentation?
We have read:
.png)
.png)
.png)



