You need to use Reflector to see what .NET type the method returns and then walk the objects in Reflector to figure out what object was returned and what its properties were...
More info here:
http://west-wind.com/wsdlgenerator/docs?page=_2kk00jot7.htm
+++ Rick ---