Lines Matching refs:debug

107 		$this->debug("ctor wsdl=$wsdl timeout=$timeout response_timeout=$response_timeout");
116 $this->debug('existing wsdl instance created from ' . $this->endpoint);
121 $this->debug('will use lazy evaluation of wsdl from ' . $this->endpoint);
125 $this->debug("instantiate SOAP with endpoint at $endpoint");
261 $this->debug("wrapping RPC request with literal method element");
271 $this->debug("wrapping RPC request with encoded method element");
285 …$this->debug("endpoint=$this->endpoint, soapAction=$soapAction, namespace=$namespace, style=$style…
286 …$this->debug('SOAP message length=' . strlen($soapmsg) . ' contents (max 1000 bytes)=' . substr($s…
290 $this->debug('Error: '.$errstr);
294 $this->debug('sent message successfully and got a(n) '.gettype($return));
299 $this->debug('got fault');
304 $this->debug("$k = $v<br>");
321 $this->debug('return shifted value: ');
340 $this->debug('checkWSDL');
343 $this->debug('got wsdl error: '.$errstr);
347 …$this->debug('got '.count($this->operations).' operations from wsdl '.$this->wsdlFile.' for bindin…
350 …$this->debug('got '.count($this->operations).' operations from wsdl '.$this->wsdlFile.' for bindin…
351 $this->debug('**************** WARNING: SOAP 1.2 BINDING *****************');
353 $this->debug('getOperations returned false');
364 $this->debug('instantiating wsdl class with doc: '.$this->wsdlFile);
387 $this->debug("No data for operation: $operation");
410 $this->debug('transporting via HTTP');
430 $this->debug('sending message, length='.strlen($msg));
464 …$this->debug('got response, length='. strlen($this->responseData).' type='.$http->incoming_headers…
484 $this->debug('Entering parseResponse() for data of length ' . strlen($data) . ' headers:');
492 $this->debug('Got response encoding: ' . $enc);
502 $this->debug('Use encoding: ' . $this->xml_encoding . ' when creating nusoap_parser');
536 $this->debug("setCurlOption option=$option, value=");
548 $this->debug("setEndpoint(\"$endpoint\")");
559 $this->debug("setHeaders headers=");
610 $this->debug("setCredentials username=$username authtype=$authtype certRequest=");
625 $this->debug("setHTTPEncoding(\"$enc\")");
636 $this->debug("setUseCURL($use)");
646 $this->debug("useHTTPPersistentConnection");
692 $this->debug("Error from _getProxyClassCode, so return NULL");
736 $this->debug("in getProxy endpointType=$this->endpointType");
958 $this->debug('Update cookie ' . $newName . '=' . $newCookie['value']);
962 $this->debug('Add cookie ' . $newName . '=' . $newCookie['value']);