note 98029 added to class.soapserver

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
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);
    }
}
?>
----
Server IP: 69.147.83.197
Probable Submitter: 201.6.156.39
----
Manual Page -- http://www.php.net/manual/en/class.soapserver.php
Edit        -- https://master.php.net/note/edit/98029
Del: integrated  -- https://master.php.net/note/delete/98029/integrated
Del: useless     -- https://master.php.net/note/delete/98029/useless
Del: bad code    -- https://master.php.net/note/delete/98029/bad+code
Del: spam        -- https://master.php.net/note/delete/98029/spam
Del: non-english -- https://master.php.net/note/delete/98029/non-english
Del: in docs     -- https://master.php.net/note/delete/98029/in+docs
Del: other reasons-- https://master.php.net/note/delete/98029
Reject      -- https://master.php.net/note/reject/98029
Search      -- https://master.php.net/manage/user-notes.php
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.