r2 - 10 May 2007 - 14:40:28 - FredOliveiraYou are here: GoplanWiki >  Developers Web > SoapAPI > AllowingNillableElements

Apache Axis

To allow nillable elements you must edit the code for the object in question (eg ApiBlogEntry?) and change the following for the desired element:

elemField.setNillable(true);

This technique should be useful for parameters that are ignored by the API, such as the id when creating an object.

-- TiagoMacedo - 16 Nov 2006

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
Goplan Wiki
Copyright © by the contributing authors. Goplan is © Webreakstuff