You need to ensure you also have the client-side addressing handler installed so it can write the property into the SOAPHeader.
client-config.wsdd: <deployment name="test" xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> <handler name="addr" type="java:org.apache.axis.message.addressing.handler.AddressingHandler" /> <globalConfiguration> <requestFlow> <handler type="addr"/> </requestFlow> <responseFlow> <handler type="addr"/> </responseFlow> </globalConfiguration> <transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender"/> <transport name="local" pivot="java:org.apache.axis.transport.local.LocalSender"/> <transport name="java" pivot="java:org.apache.axis.transport.java.JavaSender"/> </deployment> On 1/13/06, Revati Damle <[EMAIL PROTECTED]> wrote: > > > > Hi, > > We are generating apache addressing headers and setting on call with > > > > Call.setProperty(Constants.ENV_ADDRESSING_REQUEST_HEADERS,headers) > > But my envelope does not show them. > > What could be the issue? > > > > > > Revati Damle, > > Rave Technologies Ltd, > > Mumbai, > > Ph: (022)56606600 Ext 318 > >
