tags:

views:

29

answers:

1

I m using cxf webservices.I have a service path @Path'/summary/abc/{xyz}/name/{login}'.

I want to generate some custom error message when someone give wrong url like

'/summary/ab/{xyz}/na/{login}/'

A: 

This email has the recipe: http://osdir.com/ml/users-cxf-apache/2009-06/msg00528.html.

bmargulies