I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-04-24 03:04:20-07 by rhumbliner in response to 7741
Re: retrieving output

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
Direct Responses: 7764 | Write a response