I am using MUSE 1.0 ant 'generate' task in order to generate the muse web services. It might be my question is more related to XMLBeans, but still I would like to find out whether MUSE handlers will be able to handle SOAP messages that include a MIME attachment that conforms to WS-Attachments and whether the MUSE code generator would be able to generate web services that have MIME elements defined in the WSDL.
-----Original Message----- From: Daniel Jemiolo [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 2:51 PM To: [email protected] Subject: Re: Attachments Do you mean SOAP with Attachments? This would be a function of Axis, and not something specific to Muse. Axis implements SAAJ, and you can get/set attachments from the javax.xml.soap.SOAPMessage class using the AttachmentPart class: http://ws.apache.org/axis/java/apiDocs/javax/xml/soap/AttachmentPart.html Dan Asaf Lahav <[EMAIL PROTECTED]> wrote on 07/26/2006 07:46:41 AM: > Is it possible to use Attachments with MUSE? And how? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
