Articles #52 and #53 so examples of throwing exceptions from JAX-WS handlers and CXF interceptors, respectively: http://www.jroller.com/gmazza/entry/blog_article_index

HTH,
Glen

On 03/11/2013 10:31 AM, Daniel Kulp wrote:
On Mar 11, 2013, at 2:31 AM, [email protected] wrote:

Hi,
We are using cxf-2.6.1 and soap-1.2 with WS Addressing. Can we stop
processing the request if it contain the invalid wsa:address in soap header
in cfx? how?

You can write a simple interceptor that gets the AddressingProperties from the 
Message and does whatever extra validation you want to them.   Likely just 
throw and exception if something is invalid.


Reply via email to