[jboss-user] [JBossWS] - Multiple SOAP attachments via MTOM document/literal?

balkanboy do-not-reply at jboss.com
Fri Oct 19 01:27:48 EDT 2007


Is it possible to have an API as such:

class Attachments {
private DataHandler dh;

public DataHandler[] getAttachments();
public void setAttachments(DataHandler[] attachments);
}

public interface StoreAttachments {
   void storeAttachments(Attachments arg);
}

using MTOM/XOP and document/literal (or any other encoding)?

I want to be able to send multiple attachments (20MB on average each attachment) in a single SOAP message. Is this doable in JBossWS 2.0.1?

Thanks!
Martin

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096809#4096809

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096809



More information about the jboss-user mailing list