You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Roy Willy Haug <rw...@2interaction.com> on 2005/01/27 12:39:05 UTC

AttachmentsImpl: change it by globalConfiguration attachments.implementation

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