Home
last modified time | relevance | path

Searched refs:soap_client (Results 1 – 25 of 45) sorted by relevance

12

/dports/net/py-transip/transip-2.1.2/transip/service/
H A Dvps.py16 return self.soap_client.service.getAvailableProducts()
22 return self.soap_client.service.getAvailableAddons()
102 return self.soap_client.service.cloneVps(vps_name)
121 return self.soap_client.service.orderPrivateNetwork()
185 return self.soap_client.service.start(vps_name)
191 return self.soap_client.service.stop(vps_name)
197 return self.soap_client.service.reset(vps_name)
234 return self.soap_client.service.getVps(vps_name)
240 return self.soap_client.service.getVpses()
258 return self.soap_client.service.getOperatingSystems()
[all …]
H A Dhaip.py16 return self.soap_client.service.getHaip(haip_name)
22 return self.soap_client.service.getHaips()
28 return self.soap_client.service.changeHaipVps(haip_name, vps_name)
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.phpgw_soapclient.inc.php114 if($soap_client = CreateObject('phpgwapi.soap_client',$this->endpoint))
118 …this->debug("client data:<br />server: $soap_client->server<br />path: $soap_client->path<br />por…
121 if($return = $soap_client->send($soapmsg,$soapAction))
123 $this->request = $soap_client->outgoing_payload;
124 $this->response = $soap_client->incoming_payload;
/dports/www/ilias/ILIAS-5.4.25/Services/SOAPAuth/classes/
H A Dclass.ilSOAPAuth.php72 $soap_client = new nusoap_client($uri);
73 if ($err = $soap_client->getError()) {
84 $valid = $soap_client->call(
95 … htmlspecialchars(str_replace("\" ", "\"\n ", str_replace(">", ">\n", $soap_client->request)), ENT…
98 … htmlspecialchars(str_replace("\" ", "\"\n ", str_replace(">", ">\n", $soap_client->response)), EN…
/dports/www/ilias6/ILIAS-6.14/Services/SOAPAuth/classes/
H A Dclass.ilSOAPAuth.php72 $soap_client = new nusoap_client($uri);
73 if ($err = $soap_client->getError()) {
84 $valid = $soap_client->call(
95 … htmlspecialchars(str_replace("\" ", "\"\n ", str_replace(">", ">\n", $soap_client->request)), ENT…
98 … htmlspecialchars(str_replace("\" ", "\"\n ", str_replace(">", ">\n", $soap_client->response)), EN…
/dports/www/ilias/ILIAS-5.4.25/Services/BackgroundTask/classes/
H A Dclass.ilBackgroundTaskHub.php127 $soap_client = new ilSoapClient();
128 $soap_client->setResponseTimeout(1);
129 $soap_client->enableWSDL(true);
130 $soap_client->init();
131 $soap_client->call('processBackgroundTask', array(
/dports/www/ilias/ILIAS-5.4.25/src/BackgroundTasks/Implementation/TaskManager/
H A DAsyncTaskManager.php35 $soap_client = new \ilSoapClient();
36 $soap_client->setResponseTimeout(1);
37 $soap_client->enableWSDL(true);
38 $soap_client->init();
41 $call = $soap_client->call(self::CMD_START_WORKER, array(
/dports/net/pear-SOAP/SOAP-0.14.0/tests/serialize/
H A Dstring_doc_literal_1.phpt8 $soap_client = new SOAP_Client('');
9 $soap_client->setStyle('document');
10 $soap_client->setUse('literal');
13 echo $soap_client->_generate('echoString', $p);
H A Dstruct_doc_literal_1.phpt8 $soap_client = new SOAP_Client('');
9 $soap_client->setStyle('document');
10 $soap_client->setUse('literal');
19 echo $soap_client->_generate('echoStruct', $p);
H A Dstring_literal_1.phpt8 $soap_client = new SOAP_Client('');
9 $soap_client->setUse('literal');
12 echo $soap_client->_generate('echoString', $p);
H A Dstring_doc.phpt8 $soap_client = new SOAP_Client('');
9 $soap_client->setStyle('document');
12 echo $soap_client->_generate('echoString', $p);
H A Dstruct_literal_1.phpt8 $soap_client = new SOAP_Client('');
9 $soap_client->setUse('literal');
18 echo $soap_client->_generate('echoStruct', $p);
H A Dstring_1.phpt8 $soap_client = new SOAP_Client('');
11 echo $soap_client->_generate('echoString', $p);
H A Dstring_2.phpt8 $soap_client = new SOAP_Client('');
11 echo $soap_client->_generate('echoString', $p);
H A Dstruct_2.phpt8 $soap_client = new SOAP_Client('');
17 echo $soap_client->_generate('echoStruct', $p);
H A Dstruct_1.phpt8 $soap_client = new SOAP_Client('');
17 echo $soap_client->_generate('echoStruct', $p);
/dports/www/ilias6/ILIAS-6.14/src/BackgroundTasks/Implementation/TaskManager/
H A DAsyncTaskManager.php36 $soap_client = new \ilSoapClient();
37 $soap_client->setResponseTimeout(1);
38 $soap_client->enableWSDL(true);
39 $soap_client->init();
43 $call = $soap_client->call(self::CMD_START_WORKER, array(
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/Content/
H A Dclass.ilDclContentExporter.php270 $soap_client = new ilSoapClient();
271 $soap_client->setResponseTimeout(5);
272 $soap_client->enableWSDL(true);
278 if ($soap_client->init()) {
280 $res = $soap_client->call($method, $soap_params);
/dports/www/ilias6/ILIAS-6.14/Modules/DataCollection/classes/Content/
H A Dclass.ilDclContentExporter.php260 $soap_client = new ilSoapClient();
261 $soap_client->setResponseTimeout(5);
262 $soap_client->enableWSDL(true);
268 if ($soap_client->init()) {
270 $res = $soap_client->call($method, $soap_params);
/dports/multimedia/py-soco/SoCo-0.25.2/soco/music_services/
H A Dmusic_service.py362 self.soap_client = MusicServiceSoapClient(
676 response = self.soap_client.call(
713 response = self.soap_client.call(
738 response = self.soap_client.call("getMediaMetadata", [("id", item_id)])
759 response = self.soap_client.call("getMediaURI", [("id", item_id)])
773 response = self.soap_client.call("getLastUpdate")
789 response = self.soap_client.call("getExtendedMetadata", [("id", item_id)])
809 response = self.soap_client.call(
/dports/www/ilias6/ILIAS-6.14/webservice/soap/classes/
H A Dclass.ilSoapUtils.php389 $soap_client = new ilSoapClient();
390 $soap_client->setResponseTimeout(1);
391 $soap_client->enableWSDL(true);
392 $soap_client->init();
393 $soap_client->call('ilClone', array($sid,$cp_options->getCopyId()));
414 $soap_client = new ilSoapClient();
415 $soap_client->setResponseTimeout(1);
416 $soap_client->enableWSDL(true);
417 $soap_client->init();
418 $soap_client->call('ilCloneDependencies', array($sid,$cp_options->getCopyId()));
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/ECS/classes/
H A Dclass.ilECSTaskScheduler.php403 $soap_client = new ilSoapClient();
404 $soap_client->setResponseTimeout(1);
405 $soap_client->enableWSDL(true);
410 if ($soap_client->init() and 0) {
412 …$res = $soap_client->call('handleECSTasks', array($new_session_id . '::' . $client_id,$this->setti…
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/ECS/classes/
H A Dclass.ilECSTaskScheduler.php406 $soap_client = new ilSoapClient();
407 $soap_client->setResponseTimeout(1);
408 $soap_client->enableWSDL(true);
413 if ($soap_client->init() and 0) {
415 …$res = $soap_client->call('handleECSTasks', array($new_session_id . '::' . $client_id,$this->setti…
/dports/www/ilias/ILIAS-5.4.25/webservice/soap/classes/
H A Dclass.ilSoapUtils.php487 $soap_client = new ilSoapClient();
488 $soap_client->setResponseTimeout(1);
489 $soap_client->enableWSDL(true);
490 $soap_client->init();
491 $soap_client->call('ilClone', array($sid,$cp_options->getCopyId()));
512 $soap_client = new ilSoapClient();
513 $soap_client->setResponseTimeout(1);
514 $soap_client->enableWSDL(true);
515 $soap_client->init();
516 $soap_client->call('ilCloneDependencies', array($sid,$cp_options->getCopyId()));
/dports/net/py-transip/transip-2.1.2/transip/
H A Dclient.py106 … self.soap_client = SudsClient(self.url, doctor=doc, plugins=[WSDLFixPlugin()], **suds_kwargs)
177 self.soap_client.set_options(headers={'Cookie': cookiestring})
218 return getattr(self.soap_client.service, method)(*args)

12