note 98023 deleted from class.soapserver by danbrown

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

----

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);
	}
}
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.