Hi Chris, The soap_header sample[1] covers what you want I think. The header as an operation parameter. Hope this helps, Gary.
[1] http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/r elease/samples/soap_header/README.txt?view=markup > -----Original Message----- > From: Christopher Moesel [mailto:[EMAIL PROTECTED] > Sent: 04 April 2007 22:32 > To: [email protected] > Subject: How To Get Object From SOAP Header? > > I have a custom authentication type that clients send me > through the SOAP header. In XFire, it generated the service > interface with the header message sent in as a parameter. > CXF does not do that. > > How can I get access to that data from within my service > implementation? > > Thanks, > Chris >
