I'm using wso2 ESB in order to mediate request from a client to a web service, but I can't send MTOM attachments. ESB replies with error "Mime parts not found". The sample MTOMSwASampleService give me same error too. Can anyone help me? How can I send MTOM attachments through ESB?
Asked
Active
Viewed 82 times
0
-
Can you share the code you have on the ESB. And tell us how you are sending the request? – ophychius Sep 29 '16 at 14:37
1 Answers
0
Try preserving Content-type
header and see.
Add the following property to repository/conf/passthru-http.properties
file.
http.headers.preserve=Content-Type

Bee
- 12,251
- 11
- 46
- 73