Hi Jean,
Yeah, I think the @Multipart + Attachment may not work, but you could accept the
List instead, right? (since you send many).
The logging configuration does not seem right: you use interceptors AND feature
(as per snippet below).
factory.getOutInterceptors().add(new L
Hi Andriy,
Thanks for the swift response, but I could still use some clarifications on:
1) You mention that passing an Attachment object as service method parameter
should work.
My initial test setup did pass an Attachment object as input parameter
as shown in "> 1)API interface declaration"