Hi,

When we send out SOAP messages if WS-Addressing is engaged, then it should 
always send WS-Addressing headers inside the SOAP messages.
To disable this I got the following property to be set to true.



options.setProperty(DISABLE_ADDRESSING_FOR_OUT_MESSAGES, Boolean.TRUE);

                But the problem is when this is set to false and when I try to 
send SOAP messages, in few of the SOAP messages WS-Addressing is appeared and 
in few it is not appeared.
I am trying to make it appear in all SOAP messages. So my question is
1. What might be the reasons for those WS-Addressing not to appear in few SOAP 
messages and to appear in few?
2. To make it appear in all of the SOAP messages is there any property to be 
set other than the above mentioned property 
(DISABLE_ADDRESSING_FOR_OUT_MESSAGES = FALSE) ?

Thanks,
Appu

Reply via email to