Hello, I'm a newbie to cxf and I try to call a web service method with a parameter but this one is not taken in account (null is received).
I'm using : cxf 2.5.1 with jax-ws front end aegis databinding spring 3.0.6 Here is my Spring configuration : http://pastebin.com/zJnAbF4n Java web service classes : http://pastebin.com/jcdqiCUT So when calling the uniqueValues method, the fieldName parameter is not taken in account. Any idea? Thanks in advance, Marc.
