Can you log a bug with a test case?

Also, what version of CXF?

Dan


On Jul 31, 2008, at 4:33 PM, Maxime Orain wrote:

Hello I ve got a problem with the client generated from wsdl2java



I've a method:



String operation(String param1, AnObject param2, AnObject param3,
anObject param4)



If I want to send:



Operation(null,new AnObject(), null, null)



The server answers me:

org.apache.cxf.interceptor.Fault: wrong number of arguments while
invoking public abstract java.lang.String com.services.

PortType.computeX(java.lang.String,com.anObject, com.anObject,
com.anObject)

with params [null, [EMAIL PROTECTED]



I sent 4 parameter [null, object, null, null] and the server receive
only [null, object]



If someone can help me it will be very appreciated!



Thanks.




---
Daniel Kulp
[EMAIL PROTECTED]
http://www.dankulp.com/blog




Reply via email to