ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
wsdlclient14.php File Reference

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'
 $login = 'WSDEMO_01145'
 $password = 'DckHXMMHj'
 $wsdlurl = 'http://www.viamichelin.com/ws/services/Geocoding?wsdl'
 $cache = new wsdlcache('.', 120)
 $wsdl = $cache->get($wsdlurl)
 $err = $client->getError()
if($err) $inputAddresses []
 $geocodingrequest = array('addressesList' => $inputAddresses)
 $params = array('request' => $geocodingrequest, 'check' => "$login|$password")
 $result = $client->call('getLocationsList', $params)

Variable Documentation

$cache = new wsdlcache('.', 120)

Definition at line 25 of file wsdlclient14.php.

$err = $client->getError()

Definition at line 44 of file wsdlclient14.php.

$geocodingrequest = array('addressesList' => $inputAddresses)

Definition at line 58 of file wsdlclient14.php.

if ($err) $inputAddresses[]
Initial value:
array(
'address' => '45 Liberty Blvd.',
'cityName' => 'Malvern',
'countryCode' => 'USA',
'postalCode' => '19355',
'stateName' => 'PA'
)

Definition at line 51 of file wsdlclient14.php.

$params = array('request' => $geocodingrequest, 'check' => "$login|$password")

Definition at line 59 of file wsdlclient14.php.

$password = 'DckHXMMHj'

Definition at line 22 of file wsdlclient14.php.

Referenced by ilSCORM13DB\__construct(), MDB2_Driver_oci8\_doConnect(), Spreadsheet_Excel_Writer_Worksheet\_encodePassword(), PHPExcel_Reader_Excel5\_readPassword(), PHPExcel_Writer_Excel5_Worksheet\_storeRangeProtection(), Auth_Container_MDB2\addUser(), Auth_Container_MDB\addUser(), Auth_Container_DB\addUser(), Auth_Container_SMBPasswd\changePassword(), Auth_Container_File\changePassword(), Auth_Container_MDB2\changePassword(), Auth_Container_MDB\changePassword(), Auth_Container_DB\changePassword(), ilStartUpGUI\confirmRegistration(), MDB2_Driver_Manager_oci8\createDatabase(), ilAuthContainerDatabase\fetchData(), Auth_Container_vpopmail\fetchData(), ilAuthContainerLDAP\fetchData(), Auth_Container_SMBPasswd\fetchData(), Auth_Container_Vpopmaild\fetchData(), Auth_Container_KADM5\fetchData(), Auth_Container_SAP\fetchData(), Auth_Container_Pear\fetchData(), Auth_Container_RADIUS\fetchData(), Auth_Container_POP3\fetchData(), Auth_Container_SOAP\fetchData(), Auth_Container_SOAP5\fetchData(), Auth_Container_IMAP\fetchData(), Auth_Container_DBLite\fetchData(), Auth_Container_MDB2\fetchData(), Auth_Container_MDB\fetchData(), Auth_Container_DB\fetchData(), Auth_Container_LDAP\fetchData(), ilEPaySettings\generatekeyForEpay(), getID3_cached_mysql\getID3_cached_mysql(), PHPExcel_Shared_PasswordHasher\hashPassword(), ilSCORM13DB\init(), Auth_Container_Array\listUsers(), ilSoapFunctions\login(), ilSoapUserAdministration\login(), ilSoapFunctions\loginLDAP(), ilSoapUserAdministration\loginLDAP(), PGTStorageDB\PGTStorageDB(), ilObjTestGUI\propertiesObject(), Spreadsheet_Excel_Writer_Worksheet\protect(), ilBMFTransport_HTTP\setCredentials(), ilBMFTransport_SMTP\setCredentials(), phpCAS\setPGTStorageDB(), CASClient\setPGTStorageDB(), and ilEPaySettings\validateEPayData().

$proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''

Definition at line 14 of file wsdlclient14.php.

$proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : ''

Definition at line 17 of file wsdlclient14.php.

$proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''

Definition at line 15 of file wsdlclient14.php.

$proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''

Definition at line 16 of file wsdlclient14.php.

$result = $client->call('getLocationsList', $params)

Definition at line 60 of file wsdlclient14.php.

$useCURL = isset($_POST['usecurl']) ? $_POST['usecurl'] : '0'

Definition at line 18 of file wsdlclient14.php.

$wsdl = $cache->get($wsdlurl)

Definition at line 26 of file wsdlclient14.php.

$wsdlurl = 'http://www.viamichelin.com/ws/services/Geocoding?wsdl'

Definition at line 24 of file wsdlclient14.php.