A working version of my previous proxy class:
<?php
class Jp7_InterAdmin_Soap_LiteralDocumentProxy {
public function __call($methodName, $args) {
$soapClass = new Jp7_InterAdmin_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/98023
Del: integrated -- https://master.php.net/note/delete/98023/integrated
Del: useless -- https://master.php.net/note/delete/98023/useless
Del: bad code -- https://master.php.net/note/delete/98023/bad+code
Del: spam -- https://master.php.net/note/delete/98023/spam
Del: non-english -- https://master.php.net/note/delete/98023/non-english
Del: in docs -- https://master.php.net/note/delete/98023/in+docs
Del: other reasons-- https://master.php.net/note/delete/98023
Reject -- https://master.php.net/note/reject/98023
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.