Without your WSDL I can't verify for certain, but here's what I suspect: you can't call get_tableRecord because, as seen in your output, the result of get_WSGbdRecord() is an array; what you have is a perl array of WSGbdRecord objects, which you can iterate over.
--noah