Hi Serghei,
Yes, I've tried to post directly a list of attachments with the same result.
Please notice that my use case is a bit particular as the service signature
is as follows:
@POST
@Consumes("multipart/form-data")
@Path("createTransaction")
public Response createQuickSignTransaction(IMultipartBody multipartBody)
throws QuickSignException
As you may see, the multipartBody is a
com.ibm.websphere.jaxrs20.multipart.IMultipartBody type instead of
org.apache.cxf.jaxrs.ext.multipart.MultipartBody. This is due to this issue
http://cxf.547215.n5.nabble.com/WebSphere-9-0-0-3-How-to-know-what-is-the-version-of-Apache-CXF-td5780567.html#a5780603.
Do you have any suggestion of how can I deal with that ?
Kind regards,
Nicolas
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-3-0-3-org-apache-cxf-interceptor-Fault-No-message-body-writer-has-been-found-for-class-org-apacha-tp5780611p5780621.html
Sent from the cxf-user mailing list archive at Nabble.com.