There is the JAXWS standard: Map<String, DataHandler> atts = dataHandlerscontext.get(MessageContext.INBOUND_MESSAGE_ATTACHMENTS);
Dan On Tuesday 09 December 2008 12:11:06 pm Colm O hEigeartaigh wrote: > Hi guys, > > How do I get inbound attachments from the SOAPMessageContext in a > SOAPHandler? Something like this used to work: > > Object[] attachments = > ((SOAPMessageContextImpl)context).getWrappedMessage().getAttachments().t > oArray(); > > Thanks, > > Colm. -- Daniel Kulp [EMAIL PROTECTED] http://dankulp.com/blog
