Nobody have an idea? -----Original Message----- From: Maxime Orain Sent: 01 August 2008 10:35 To: [email protected] Subject: RE: Cannot send null parameter with result of wsdl2java (client)
The problem is not with String but with Object. If I want an object as null I cannot... it s my problem. Max. -----Original Message----- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: 01 August 2008 03:56 To: [email protected] Subject: Re: Cannot send null parameter with result of wsdl2java (client) Out of curiosity, what if you use empty strings ("") instead of null? I'm unsure how JAX-WS/JAXB is supposed to work with nulls--I believe the rules for null processing would be dictated by the JAX-WS and/or JAXB specifications, nothing that we can modify. Glen Maxime Orain-2 wrote: > > I sent 4 parameter [null, object, null, null] and the server receive > only [null, object] > -- View this message in context: http://www.nabble.com/Cannot-send-null-parameter-with-result-of-wsdl2jav a-%28client%29-tp18762918p18766913.html Sent from the cxf-user mailing list archive at Nabble.com.
