Looking at the code, the reference params that are stored in the EndpointReference of the AddressingProperties are what are copied to the message. Thus, it should be exactly like setting the TO or whatever as you would just fill them into the appropriate EPR in the AddressingProperties.
Dan On Tuesday 09 November 2010 12:14:16 pm Malisetti, Ramanjaneyulu wrote: > Hi, > > I want to set reference parameters in WS-Addressing header, > something like below... > > > > <xxx:CustomerID wsa:IsReferenceParameter="true"> > > 732199 > > </xxx:CustomerID> > > > > How can I set using CXF utility classes. I did look at > AddressingProperties, but it is handling only "Action", "To", "ReplyTo", > etc. Is there a way without using WS-Addressing handlers? > > > > Regards > > Raman -- Daniel Kulp [email protected] http://dankulp.com/blog
