Hi there, I am forced to use ws addressing and would like to give a synchronous reponse back to the caller of the webservice. I have implemented a CXF service, but when a client call my service CXF reponds back with a HTTP 202, what i would like to do is repond with a correct soap xml payload and HTTP 200.
Do i need to configure CXF to achieve this? /Marco
