Documentation TYPO3 par Ameos |
Public Member Functions | |
| init ($options=false, $username=false, $password=false) | |
| login ($username, $password) | |
| logout () | |
| call ($func, $param=array(), $username=false, $password=false) | |
| callPhpSOAP ($func, $param) | |
| callPearSOAP ($func, $param) | |
| callNuSOAP ($func, $param) | |
| object2array ($object) | |
| array2object ($array) | |
| lastRequest () | |
| lastResponse () | |
| getFunctions () | |
Public Attributes | |
| $options = array() | |
| $client = false | |
| $error = false | |
| $username = false | |
| $password = false | |
| $reactid = false | |
Definition at line 34 of file class.em_soap.php.
|
|
Enter description here...
Definition at line 349 of file class.em_soap.php. |
|
||||||||||||||||||||
|
Enter description here...
Definition at line 161 of file class.em_soap.php. References $password, $username, callNuSOAP(), callPearSOAP(), and callPhpSOAP(). |
|
||||||||||||
|
Enter description here...
Definition at line 289 of file class.em_soap.php. Referenced by call(). |
|
||||||||||||
|
Enter description here...
Definition at line 244 of file class.em_soap.php. References object2array(). Referenced by call(). |
|
||||||||||||
|
Enter description here...
Definition at line 203 of file class.em_soap.php. References object2array(). Referenced by call(). |
|
|
Enter description here...
Definition at line 395 of file class.em_soap.php. |
|
||||||||||||||||
|
Enter description here...
Definition at line 74 of file class.em_soap.php. |
|
|
Enter description here...
Definition at line 365 of file class.em_soap.php. |
|
|
Enter description here...
Definition at line 380 of file class.em_soap.php. |
|
||||||||||||
|
Enter description here...
Definition at line 123 of file class.em_soap.php. |
|
|
Enter description here...
Definition at line 142 of file class.em_soap.php. References call(). |
|
|
Enter description here...
Definition at line 331 of file class.em_soap.php. Referenced by callPearSOAP(), and callPhpSOAP(). |
|
|
valid options passed to the constructor : wsdl : The WSDL location, can be a local file location or an URL. soapoptions : Associative array of SOAP options to be passed to the SOAP implementation constructor, only used for the phpsoap implement. authentication : method of authentication : 'headers' soap headers are used 'prefix' function prefixes are used prefix : optional prefix to be put in front of all methods. implementation : Which type of soap implementation to use : 'detect' automatically detect an implementation. 'phpsoap' PHP builtin SOAP module <http://www.php.net/manual/en/ref.soap.php> 'nusoap' NuSOAP class <http://dietrich.ganx4.com/nusoap> 'pearsoap' PEAR SOAP class <http://pear.php.net/package/SOAP> format : Which type of return structure : 'object' PHP objects 'array' PHP arrays, default Definition at line 58 of file class.em_soap.php. Referenced by init(). |
1.4.6