ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Variables | |
$proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : '' | |
$proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : '' | |
$proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : '' | |
$proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : '' | |
$useCURL = isset($_POST['usecurl']) ? $_POST['usecurl'] : '0' | |
$client | |
$err = $client->getError() | |
$param | |
$params | |
$result = $client->call('ManufacturerSearchRequest', $params, 'http://soap.amazon.com', 'http://soap.amazon.com') |
$client |
Definition at line 18 of file client2.php.
$err = $client->getError() |
Definition at line 20 of file client2.php.
$param |
Definition at line 28 of file client2.php.
Referenced by XML_RPC2_Server_Method\__construct(), ilHistory\_createEntry(), XML_RPC2_Backend_Php_Request\createFromDecode(), ilObjLinkResourceGUI\deleteParameterFormObject(), ilObjLinkResourceGUI\deleteParameterObject(), assJavaAppletGUI\editQuestion(), XML_RPC2_Backend_Php_Response\encode(), ilChatPresentationGUI\executeCommand(), ilFileUtils\fastGZip(), ilWebResourceEditableLinkTableGUI\fillRow(), ilObjTestListGUI\getCommandLink(), ilObjLanguageExtGUI\getPar(), ilPageObjectGUI\insertContentIncludes(), ilPageObjectGUI\insertMaps(), ilObjSurveyGUI\inviteObject(), soap_server\invoke_method(), nusoap_server\invoke_method(), XML_RPC2_Server_Method\matchesSignature(), ilLanguageFile\read(), HTMLPurifier_HTMLModule_SafeObject\setup(), ilICalParser\storeItems(), Text_Diff_Renderer\Text_Diff_Renderer(), assJavaAppletExport\toXML(), ilObjLinkResourceGUI\updateLinksObject(), HTMLPurifier_AttrDef_CSS_Filter\validate(), and ilICalParser\writeEvent().
$params |
Definition at line 36 of file client2.php.
$proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : '' |
Definition at line 13 of file client2.php.
$proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : '' |
Definition at line 16 of file client2.php.
$proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : '' |
Definition at line 14 of file client2.php.
$proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : '' |
Definition at line 15 of file client2.php.
$result = $client->call('ManufacturerSearchRequest', $params, 'http://soap.amazon.com', 'http://soap.amazon.com') |
Definition at line 43 of file client2.php.
$useCURL = isset($_POST['usecurl']) ? $_POST['usecurl'] : '0' |
Definition at line 17 of file client2.php.