When calling a method that returns an array of arrays, if any of the elements of the array is NULL a NullReferenceException is thrown.
Stacktrace below:
Error executing Action : System.NullReferenceException: Object reference not set to an instance of an object.
at VSoft.WebServices.BaseAction.LogReturnedValue(ICustomActionExecuteContext Context, String method, Object returnValue)
at VSoft.WebServices.BaseAction.LogArrayItems(ICustomActionExecuteContext Context, String method, Object arrayItem)
at VSoft.WebServices.BaseAction.LogReturnedValue(ICustomActionExecuteContext Context, String method, Object returnValue)
at VSoft.WebServices.BaseAction.LogArrayItems(ICustomActionExecuteContext Context, String method, Object arrayItem)
at VSoft.WebServices.BaseAction.LogReturnedValue(ICustomActionExecuteContext Context, String method, Object returnValue)
at VSoft.WebServices.WebServiceAction.OnExecute(ICustomActionExecuteContext Context)
Source : FBWebServices
StackTrace : at VSoft.WebServices.BaseAction.LogReturnedValue(ICustomActionExecuteContext Context, String method, Object returnValue)
at VSoft.WebServices.BaseAction.LogArrayItems(ICustomActionExecuteContext Context, String method, Object arrayItem)
at VSoft.WebServices.BaseAction.LogReturnedValue(ICustomActionExecuteContext Context, String method, Object returnValue)
at VSoft.WebServices.BaseAction.LogArrayItems(ICustomActionExecuteContext Context, String method, Object arrayItem)
at VSoft.WebServices.BaseAction.LogReturnedValue(ICustomActionExecuteContext Context, String method, Object returnValue)
at VSoft.WebServices.WebServiceAction.OnExecute(ICustomActionExecuteContext Context)
FB version 8.0.0.2936