ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Functions | |
GetCartCreateParams () | |
GetItemLookupParams () | |
GetItemSearchParams () | |
GetItemSearchParams2 () | |
GetListLookupParams () | |
GetListSearchParams () |
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'] : '' | |
$method = isset($_GET['method']) ? $_GET['method'] : 'ItemSearch' | |
$SubscriptionId = 'Your AWS subscription id' | |
$wsdlurl = 'http://webservices.amazon.com/AWSECommerceService/US/AWSECommerceService.wsdl' | |
$cache = new wsdlcache('.', 120) | |
$wsdl = $cache->get($wsdlurl) | |
$err = $client->getError() | |
if($err) $client | soap_defencoding = 'UTF-8' |
GetCartCreateParams | ( | ) |
Definition at line 43 of file wsdlclient12.php.
References $SubscriptionId.
GetItemLookupParams | ( | ) |
Definition at line 68 of file wsdlclient12.php.
References $SubscriptionId.
GetItemSearchParams | ( | ) |
Definition at line 94 of file wsdlclient12.php.
References $SubscriptionId.
GetItemSearchParams2 | ( | ) |
Definition at line 117 of file wsdlclient12.php.
References $SubscriptionId.
GetListLookupParams | ( | ) |
Definition at line 133 of file wsdlclient12.php.
References $SubscriptionId.
GetListSearchParams | ( | ) |
Definition at line 170 of file wsdlclient12.php.
References $SubscriptionId.
$cache = new wsdlcache('.', 120) |
Definition at line 24 of file wsdlclient12.php.
Referenced by ilLPStatusWrapper\_getCompleted(), ilLPStatusWrapper\_getCompletedByType(), ilLPStatusWrapper\_getFailed(), ilLPStatusWrapper\_getFailedByType(), ilLPStatusWrapper\_getInProgress(), ilLPStatusWrapper\_getInProgressByType(), ilLPCollectionCache\_getItems(), ilLPStatusWrapper\_getNotAttempted(), ilLPStatusWrapper\_getNotAttemptedByType(), ilLPStatusWrapper\_getStatusInfo(), ilLPStatusWrapper\_getStatusInfoByType(), ilTimingCache\_getTimings(), ilLPStatusWrapper\_getTypicalLearningTime(), ilPaymentObject\_lookupTopicId(), ilExternalFeed\checkCacheHit(), HTMLPurifier_DefinitionCacheFactory\create(), ilFileDataExercise\downloadAllDeliveredFiles(), getid3_lib\EmbeddedLookup(), ilBMFWSDL_Cache\get(), HTMLPurifier_Config\getDefinition(), ilObjCalendarSettingsGUI\initFormSettings(), Title\invalidateCache(), ilPDNewsBlockGUI\saveSettings(), ilCronForumNotification\sendMails(), and ilCacheTest\testCache().
$err = $client->getError() |
Definition at line 36 of file wsdlclient12.php.
$method = isset($_GET['method']) ? $_GET['method'] : 'ItemSearch' |
Definition at line 19 of file wsdlclient12.php.
Referenced by MDB2_Driver_Common\__call(), XML_RPC2_Backend_Xmlrpcext_Server\__construct(), XML_RPC2_Server_Callhandler_Instance\__construct(), XML_RPC2_Server_Callhandler_Class\__construct(), ilBMFClient\__generate(), HTTP_WebDAV_Server\_allow(), ilBMFClient\_call(), ilBMFBase\_makeEnvelope(), XML_RPC2_CachedServer\_reflectionWork(), XML_RPC2_Server_CallHandler\addMethod(), ilRepositorySearchGUI\addUser(), XML_RPC2_Server\autoDocument(), ilBMFClient\call(), ilSearchResult\callListeners(), ilMDEditorGUI\callListeners(), assQuestionGUI\callNewIdListeners(), ilPageObject\callUpdateListeners(), HTMLPurifier_DefinitionCacheFactory\create(), ilBibItemGUI\curValue(), PHPExcel_Calculation_Functions\DAYS360(), ilQuestionEditGUI\executeCommand(), ilNestedSetXML\export(), ilFileSystemGUI\extCommand(), XML_RPC2_Backend_Php_Server\getResponse(), XML_RPC2_Backend_Xmlrpcext_Server\getResponse(), ilObjSCORMLearningModule\importTrackingData(), soap_server\invoke_method(), nusoap_server\invoke_method(), PHPExcel_Reader_Excel2007\load(), Log_firebug\log(), ilObjTestGUI\participantsActionObject(), ilObjectGUIAdapter\performAction(), MDB2_Driver_Common\raiseError(), ilBMFTransport_SMTP\send(), HTTP_WebDAV_Server\ServeRequest(), ilRepositorySearchGUI\setCallback(), ilAdminUserSearchGUI\userAction(), PHPExcel_Calculation_Functions\WEEKOFYEAR(), and PHPExcel_Calculation_Functions\YEARFRAC().
$proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : '' |
Definition at line 14 of file wsdlclient12.php.
$proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : '' |
Definition at line 17 of file wsdlclient12.php.
$proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : '' |
Definition at line 15 of file wsdlclient12.php.
$proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : '' |
Definition at line 16 of file wsdlclient12.php.
$SubscriptionId = 'Your AWS subscription id' |
Definition at line 21 of file wsdlclient12.php.
Referenced by GetCartCreateParams(), GetItemLookupParams(), GetItemSearchParams(), GetItemSearchParams2(), GetListLookupParams(), and GetListSearchParams().
$wsdl = $cache->get($wsdlurl) |
Definition at line 25 of file wsdlclient12.php.
Referenced by wsdlcache\createFilename(), nusoap_wsdlcache\createFilename(), wsdlcache\get(), nusoap_wsdlcache\get(), soap_client\getProxy(), nusoap_client\getProxy(), ilBMFClient\ilBMFClient(), ilObjSystemFolderGUI\initWebServicesForm(), nusoap_client\nusoap_client(), wsdlcache\remove(), nusoap_wsdlcache\remove(), and soap_client\soap_client().
$wsdlurl = 'http://webservices.amazon.com/AWSECommerceService/US/AWSECommerceService.wsdl' |
Definition at line 23 of file wsdlclient12.php.
if ($err) $client soap_defencoding = 'UTF-8' |
Definition at line 41 of file wsdlclient12.php.