|
well i certainly agree with the "hairy" part. ;-)
the problem i'm running into is that i *know* data is coming back because when i create the interface object with {outputxml => 1} i see the data i'm expecting. but when i create $interface normally, then $response->as_hash_ref() returns an empty hash. and $response->get_foo() doesn't return a list of valid calls so i'm stuck there -- i don't have any idea of what methods are available to me. and $response->_DUMP() returns:
{
'MyTypes::fsPublic_SQLOutput' => {
'QryResult' => bless( do{\(my $o = 20)}, 'MyTypes::QryResult' )
}
};
and this still gives me no hints of any methods to use on these objects.
if it was as simple as following objects and their methods down a tree i wouldn't be stuck like this. :-(
is it possible that something is lacking the the wsdl definition? i find it hard to believe that getting a list of valid methods is so difficult.
still grateful for your help,
tom
|