If a Web service returns an embedded array and a null value is returned for the embedded array, PowerBuilder throws an exception whether you use an Any variable or an array variable to hold the return value. When you use a Web service that returns an embedded array, you should test whether that value is null using the IsNull method before deciding how to proceed. [CR 468542]