note 98030 deleted from class.soapserver by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: carlos dot vini at gmail dot com 

----

Ok, shame on me for not reviewing the name of the class before posting my last comment. Lemme try again. 

<?php
class My_Soap_LiteralDocumentProxy {
    public function __call($methodName, $args) {
        $soapClass = new My_Soap();
        $result = call_user_func_array(array($soapClass, $methodName),  $args[0]);
        return array($methodName . 'Result' => $result);
    }
}
?>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.