What would you prefer to do instead? Send nil="true"? Or perhaps not include the node at all? What does your WSDL say?
If you want to send nil="true", then you should define the element as <element name="foo" nillable="true" minOccurs="1" type="..."/> If you want to not send the node, then you should define the element as <element name="foo" nillable="false" minOccurs="0" type="..."/> Anne On 6/4/05, Omar Bennani <[EMAIL PROTECTED]> wrote: > hi > How can I configure my java client to dont send empty > nodes in the xml? > > > > > > > > _____________________________________________________________________________ > D�couvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, > photos et vid�os ! > Cr�ez votre Yahoo! Mail sur http://fr.mail.yahoo.com >
