Searched refs:bindingType (Results 1 – 4 of 4) sorted by relevance
| /plugin/mantis/lib/ |
| D | class.wsdl.php | 581 * @param string $bindingType eg: soap, smtp, dime (only soap and soap12 are currently supported) 585 function getOperations($bindingType = 'soap') { argument 587 if ($bindingType == 'soap') { 588 $bindingType = 'http://schemas.xmlsoap.org/wsdl/soap/'; 595 if ($portData['bindingType'] == $bindingType) { 612 * @param string $bindingType type of binding eg: soap, soap12 616 function getOperationData($operation, $bindingType = 'soap') argument 618 if ($bindingType == 'soap') { 619 $bindingType = 'http://schemas.xmlsoap.org/wsdl/soap/'; 626 if ($portData['bindingType'] == $bindingType) { [all …]
|
| D | class.soapclient.php | 56 var $bindingType = ''; // WSDL operation binding type variable in nusoap_client 346 $this->bindingType = 'soap'; 347 …his->operations).' operations from wsdl '.$this->wsdlFile.' for binding type '.$this->bindingType); 349 $this->bindingType = 'soap12'; 350 …his->operations).' operations from wsdl '.$this->wsdlFile.' for binding type '.$this->bindingType); 724 $proxy->bindingType = $this->bindingType;
|
| D | nusoap.php | 5093 * @param string $bindingType eg: soap, smtp, dime (only soap and soap12 are currently supported) 5097 function getOperations($bindingType = 'soap') { argument 5099 if ($bindingType == 'soap') { 5100 $bindingType = 'http://schemas.xmlsoap.org/wsdl/soap/'; 5107 if ($portData['bindingType'] == $bindingType) { 5124 * @param string $bindingType type of binding eg: soap, soap12 5128 function getOperationData($operation, $bindingType = 'soap') argument 5130 if ($bindingType == 'soap') { 5131 $bindingType = 'http://schemas.xmlsoap.org/wsdl/soap/'; 5138 if ($portData['bindingType'] == $bindingType) { [all …]
|
| /plugin/googlesearch/ |
| D | nusoap.php | 4597 * @param string $bindingType eg: soap, smtp, dime (only soap is currently supported) 4601 function getOperations($bindingType = 'soap') argument 4604 if ($bindingType == 'soap') { 4605 $bindingType = 'http://schemas.xmlsoap.org/wsdl/soap/'; 4610 if ($portData['bindingType'] == $bindingType) { 4639 if ($portData['bindingType'] == $bindingType) { 4657 * @param string $bindingType type of binding eg: soap 4661 function getOperationDataForSoapAction($soapAction, $bindingType = 'soap') { argument 4662 if ($bindingType == 'soap') { 4663 $bindingType = 'http://schemas.xmlsoap.org/wsdl/soap/'; [all …]
|