Return NULL Values
If a parameter was not specified in the request document, it will not be returned in the response document unless its value is non-blank or non-zero. This behavior can be modified by specifying the returnNullData attribute on the callMethod element with a value of yes.
<?xml version='1.0' ?> <jdeRequest type='callmethod' user='' pwd='' role='*ALL' environment='prod' session=''> <callMethod name='myfunc' app='P42101' returnNullData='yes'> <params> <param name='CostCtr'></param> <param name='ExpDate'></param> <param name='Quantity'></param> </params> </callMethod> </jdeRequest>