On Tuesday 26 October 2010 5:25:13 am Leandro Sales wrote: > Dear all, > > I'm trying to invoke an WS-Addressing Web service with a dynamic client. I > have already tried all the possibilities in found to set > the CLIENT_ADDRESSING_PROPERTIES property to the request context but I > always get the "A required header representing a Message Addressing > Property is not present" exception. > > Any idea about a solution? I'm using the latest cxf version.
It really should be just putting the CLIENT_ADDRESSING_PROPERTIES object into the dispatches request context, PROVIDING the WS-Addressing interceptors are configured in. When you create the Dispatch, I think you can pass AddressingFeature JAX-WS feature in to turn it on. Dan > > Thank, > > Leandro -- Daniel Kulp [email protected] http://dankulp.com/blog
