Searched refs:endpoint (Results 1 – 7 of 7) sorted by relevance
49 function endpointTestForm($test, $endpoint, $method, $paramType, $useWSDL) argument57 endpointList($test, $endpoint);
387 $fault = new SoapFault('WSDL',"no WSDL defined for $endpoint");547 foreach($this->endpoints as $endpoint => $endpoint_info){550 if ($this->specificEndpoint && $endpoint != $this->specificEndpoint) continue;558 print "Processing $endpoint at {$endpoint_info['endpointURL']}";573 if (in_array($endpoint, $this->skipEndpointList)) {690 foreach ($this->endpoints as $endpoint => $endpoint_info) {699 unset($this->endpoints[$endpoint]);724 foreach ($this->endpoints as $endpoint => $endpoint_info) {726 … echo "<tr><td class=\"BLANK\"><a href=\"{$endpoint_info['wsdlURL']}\">$endpoint</a></td>\n";728 echo "<tr><td class=\"BLANK\">$endpoint</td>\n";
34 endpoint int(11) NOT NULL default '0',
2 Bug #31695 (Cannot redefine endpoint when using WSDL)
54 Warning: socket_shutdown(): unable to shutdown socket [%d]: Transport endpoint is not connected in …
130 string(39) "Transport endpoint is already connected"131 string(35) "Transport endpoint is not connected"132 string(45) "Cannot send after transport endpoint shutdown"
94584 if( (iAmt+iOfst)>p->endpoint.iOffset ){94589 assert( (iAmt+iOfst)<=p->endpoint.iOffset );94647 if( iOff + nChunk > copy.endpoint.iOffset ){94648 nChunk = copy.endpoint.iOffset - iOff;94701 assert( iOfst==p->endpoint.iOffset || iOfst==0 );94713 FileChunk *pChunk = p->endpoint.pChunk;94731 p->endpoint.pChunk = pNew;94737 p->endpoint.iOffset += iSpace;94758 p->endpoint.pChunk = 0;94759 p->endpoint.iOffset = 0;[all …]
Completed in 409 milliseconds