ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
wsdlclient5.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'
 $cache = new wsdlcache('.', 60)
 $wsdl = $cache->get('http://www.xmethods.net/sd/2001/BNQuoteService.wsdl')
 $err = $client->getError()
 $params = array('isbn' => '0060188782')
 $result = $client->call('getPrice', $params)

Variable Documentation

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

Definition at line 20 of file wsdlclient5.php.

$err = $client->getError()

Definition at line 39 of file wsdlclient5.php.

$params = array('isbn' => '0060188782')

Definition at line 45 of file wsdlclient5.php.

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

Definition at line 14 of file wsdlclient5.php.

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

Definition at line 17 of file wsdlclient5.php.

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

Definition at line 15 of file wsdlclient5.php.

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

Definition at line 16 of file wsdlclient5.php.

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

Definition at line 46 of file wsdlclient5.php.

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

Definition at line 18 of file wsdlclient5.php.

$wsdl = $cache->get('http://www.xmethods.net/sd/2001/BNQuoteService.wsdl')

Definition at line 21 of file wsdlclient5.php.