Apologies for the HTML mail, with any luck this one isn't!
David
[EMAIL PROTECTED] wrote on 10/04/2006 17:15:02:
>
> Hi,
> I have an axis2.xml setup to enable the addressing module globally
> which is being picked up in my client code.
> I want to disable the addressing module in the client for some calls
> and thought that calling MyStub._getServiceClient().
> disEngageModule(new QName("addressing")); would do this however it
> doesn't appear to have any effect.
>
> I couldn't find any documentation on this topic so am I wrong to
> expect to ServiceClient.disEngageModule() to disengage a globally
> engaged module? If so is there any way to disengage a globally
> engaged module for a single call or are globally engaged modules
> invulnerable to client code? (I'm aware of the property to disable
> addressing specifically but this is really a more general question).
>
> Thanks,
> David