Hi,
Have you tried XMLNILLABLE on the root element only ?
And no XMLNILLABLE for the other embedded variables ?
For example:
DEFINE cust RECORD ATTRIBUTES(XMLNillable)
cust_id integer,
cust_name varchar(50),
cust_address varchar(100),
cust_zipcode char(10),
cust_state char(2),
cust_comment varchar(255)
END RECORD
If you still have an issue, please contact your local support center.
Best regards,
Sisa.