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 javaDev <ws...@bk.ru> on 2006/12/03 18:09:41 UTC

Can't disable the addressing

Hi all.
A have a service which in turn call to another web svc. It means axis2.1.1 web-app works as a server and client sides simultaneously. I do not success to disable the WS-Addressing: after I commented 

    <!-- ================================================= -->
    <!-- Global Modules  -->
    <!-- ================================================= -->
    <!-- Comment this to disable Addressing -->
    <module ref="addressing"/>

in conf/axis2.xml my service agrees now to receive the request without addressing header but still sends addressing header when works as a client side. How can I disable an addressing processing completely?

Sincerely,
Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org