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