Where do you want to turn off the addressing , if it is in the server side , you can do the following - go to axis2.xml inside the conf directory and remove the "<module ref="addressing"/>" tag
Thank you! Deepal > Hi, > > How can I turn off Addressing under Axis2? > > I tried this: > (In code) > @Addressing(enabled=false) > > But on the server, after deploying the service, I have the following: > Engaged modules for the service > > * addressing :: Disengage > > If I try to disengage the this module for the servise I get the > following response: > Can not disengage module addressing. This module is engaged at a higher level. > > Thanks, > -- Thanks, Deepal ................................................................ http://blogs.deepal.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
