SOAP-WSDL - Re: retrieving output

Posted on Wed Apr 23 20:06:05 2008 by mkutter in response to 7730 (See the whole thread of 9)
Re: retrieving output
Try $response->_DUMP to get the content of the output object.

You can also look up the class' doc: "perldoc MyElements::fsPublic_SQLOutput" Maybe there just is no content, or it has text content which you can access via ->value();

If there's nothing, but should be, try passing the option "outputxml => 1" to the constructor of the interface class - it should return XML then instead of a response object.

Martin
Direct Responses: 7734 | Write a response