Has anyone succeeded in replacing the Axis attachment handling implementation by using the Server/client-config.wsdd
<globalConfiguration> ... <parameter value="com.mycompany.myAttachmentImpl" name="attachments.implementation"/> ... </globalConfiguration> I tried this using Axis 1.1 but the setting have no effect. Seem to be because the MessageContext is null in the method that tries to get the property: org.apache.axis.Message.java: isAttachmentSupportEnabled(MessageContext) Regards Roy Willy Haug