Hi, We are trying to send multiple attachments in one soap service call. We are thinking using array of DataHandler, but don't know how to give values to Parameter? We are using soap api not axis api.
for one attachment, we can do: new Parameter("handler", javax.activation.DataHandler.class, dh, null); how about if we have an array of handlers: DataHandler [] dhs Thanks for help, -- wei