Searched refs:endpoints (Results 1 – 7 of 7) sorted by relevance
61 var $endpoints = array(); variable in Interop_Client122 if (array_key_exists($v->endpointName,$this->endpoints)) {193 $this->endpoints = array();213 $this->endpoints[$entry['endpointName']] = $entry;216 if (count($this->endpoints) > 0) {238 foreach ($this->endpoints as $epn => $epi) {241 $this->endpoints[$epn]['methods'][$result['function']] = $result;547 foreach($this->endpoints as $endpoint => $endpoint_info){690 foreach ($this->endpoints as $endpoint => $endpoint_info) {699 unset($this->endpoints[$endpoint]);[all …]
14 # Table structure for table `endpoints`17 CREATE TABLE endpoints (
22 foreach ($iop->endpoints as $epname => $epinfo) {
2 …d handle wsdls with some incompatiable endpoints -- EDGECASE: Large mix of compatible and incompat…
2 …oapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Large set of endpoint…
2 Request #50698_1 (SoapClient should handle wsdls with some incompatiable endpoints)
2 Request #50698_4 (SoapClient should handle wsdls with some incompatiable endpoints)
Completed in 10 milliseconds