Hi,

Currently I have webservice using CXF and depends on URI mapping to get the
method and parameters from HTTP GET.

Sometimes people might mistakenly type the method and because it is case
sensitive CXF will throw NO_OPERATION_PATH error

e.g.

http://mywebsite/webservice/getObject?id=1234

this will throw error

http://mywebsite/webservice/getOBJECT?id=1234

is there a way to fix this easily with CXF ? or I have to create separate
intercetor to match the method name ?

Reply via email to