On Mon August 10 2009 9:15:16 am [email protected] wrote: > Hi I've created java webservice with .NET client with CXF. I have no > problems with import of the WSDL to .NET client. But when I make some > requests I see parameters in logged XML request. But when I check this > parameters in the debugger there are nulls for all of them. > @WebParam(name="...") annotations were added, correct methods are invoked, > but parameters are null. How can I fix it? Thanks!
Can you attach the wsdl/schemas and the soap message? USUALLY, this is due to the incoming soap message not actually matching the schema. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
