ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
wsdlclient8.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'] : ''
 $client
 $err = $client->getError()
 $address
 $findRange
 $findResultMask = 'AddressFlag'
 $findOptions
 $findAddressSpecification
 $findAddress = array('specification' => $findAddressSpecification)
 $result = $client->call('FindAddress', array('parameters' => $findAddress))

Variable Documentation

$address
Initial value:
array(
'AddressLine' => '563 Park Avenue',
'PrimaryCity' => 'New York',
'SecondaryCity' => 'Brooklyn',
'Subdivision' => '',
'PostalCode' => '',
'CountryRegion' => 'US',
'FormattedAddress' => ''
)

Definition at line 26 of file wsdlclient8.php.

Referenced by LastschriftWS\abbuchenOhneEinzugsermaechtigung(), ilvCard\buildVCard(), Kunde\Kunde(), ilMimeMail\ReplyTo(), ilRbacReview\searchRolesByMailboxAddressList(), ilPurchaseBMFGUI\sendDebitEntry(), ilvCard\setEmail(), HTMLPurifier_HTMLModule_Legacy\setup(), and ilMimeMail\ValidEmail().

$client
Initial value:
new nusoap_client("http://staging.mappoint.net/standard-30/mappoint.wsdl", 'wsdl',

Definition at line 19 of file wsdlclient8.php.

$err = $client->getError()

Definition at line 21 of file wsdlclient8.php.

$findAddress = array('specification' => $findAddressSpecification)

Definition at line 51 of file wsdlclient8.php.

$findAddressSpecification
Initial value:
array(
'DataSourceName' => 'MapPoint.NA',
'InputAddress' => $address,
'Options' => $findOptions
)

Definition at line 46 of file wsdlclient8.php.

$findOptions
Initial value:
array(
'Range' => $findRange,
'SearchContext' => 1,
'ResultMask' => $findResultMask,
'ThresholdScore' => 0.85
)

Definition at line 40 of file wsdlclient8.php.

$findRange
Initial value:
array(
'StartIndex' => 0,
'Count' => 10
)

Definition at line 35 of file wsdlclient8.php.

$findResultMask = 'AddressFlag'

Definition at line 39 of file wsdlclient8.php.

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

Definition at line 13 of file wsdlclient8.php.

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

Definition at line 16 of file wsdlclient8.php.

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

Definition at line 14 of file wsdlclient8.php.

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

Definition at line 15 of file wsdlclient8.php.

$result = $client->call('FindAddress', array('parameters' => $findAddress))

Definition at line 52 of file wsdlclient8.php.