0

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?

1 Answers1

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