Hi All, I have a business flow as given below. Application1 >> CXF Service >> CXF Client >> Application 2
The Application1 calls a CXF Service with a SOAP Header. The CXF Service on receipt of the Request will perform some logic and then call Application 2 using the CXF Client. While calling the Application 2, the CXF client should use the same SOAP Header that the Application1 sent to the CXF Service. How can this be done in CXF? -- View this message in context: http://cxf.547215.n5.nabble.com/Passing-SOAP-Header-from-one-Service-to-another-in-CXF-tp5760783.html Sent from the cxf-user mailing list archive at Nabble.com.
