On Friday 18 June 2010 4:10:03 pm steven thein wrote: > Hi all, > In the response header for WS-Addressing, it is returning <Action> > as one of the elements. A product that I am working with expect > <SOAPAction> in the header instead of <Action>. Is there a way to tell > CXF to return <SOAPAction>? > Which one is the correct standard? <SOAPAction> or <Action>
For WS-Addressing, always <Action>. The only place SOAPAction is used is on the HTTP header for the REQUEST message, and even then only for soap 1.1 and even then, it's only supposed to be a "hint". Dan > > Thanks > Steve -- Daniel Kulp [email protected] http://dankulp.com/blog
