How can I tell if the getinfo of the request is not responding?
$soap = new SoapClient ("Http://xxxxxxxxxWSDL"), $xml = $soap->getinfo ($param);
Suppose my parameters are all right, how do I tell if WebService didn't respond? Not returning my data to me?
Reply to discussion (solution)
? other?? ??
? other?? ??
? other?? ??
How can I tell if the getinfo of the request is not responding?
$soap = new SoapClient ("Http://xxxxxxxxxWSDL"), $xml = $soap->getinfo ($param);
Suppose my parameters are all right, how do I tell if WebService didn't respond? Not returning my data to me?
No response and no return data is not the same, did not respond to the request is not accepted, or received the results did not return
try { $soap = new SoapClient ("Http://......?WSDL"); $param = Array (); $xml = $soap->getinfo ($param);} catch (Exception $e) { echo $e->getmessage ();//If an error occurs, it will arrive here}
try { $soap = new SoapClient ("Http://......?WSDL"); $param = Array (); $xml = $soap->getinfo ($param);} catch (Exception $e) { echo $e->getmessage ();//If an error occurs, it will arrive here}
try { $soap = new SoapClient ("Http://......?WSDL"); $param = Array (); $xml = $soap->getinfo ($param);} catch (Exception $e) { echo $e->getmessage ();//If an error occurs, it will arrive here}
How can I tell if the getinfo of the request is not responding?
$soap = new SoapClient ("Http://xxxxxxxxxWSDL"), $xml = $soap->getinfo ($param);
Suppose my parameters are all right, how do I tell if WebService didn't respond? Not returning my data to me?
No response and no return data is not the same, did not respond to the request is not accepted, or received the results did not return
How can I tell if the getinfo of the request is not responding?
$soap = new SoapClient ("Http://xxxxxxxxxWSDL"), $xml = $soap->getinfo ($param);
Suppose my parameters are all right, how do I tell if WebService didn't respond? Not returning my data to me?
No response and no return data is not the same, did not respond to the request is not accepted, or received the results did not return
Try catch to see what the problem is.
try { $soap = new SoapClient ("Http://......?WSDL"); $param = Array (); $xml = $soap->getinfo ($param);} catch (Exception $e) { echo $e->getmessage ();//If an error occurs, it will arrive here}
Thank you, that's what I did.
How can I tell if the getinfo of the request is not responding?
$soap = new SoapClient ("Http://xxxxxxxxxWSDL"), $xml = $soap->getinfo ($param);
Suppose my parameters are all right, how do I tell if WebService didn't respond? Not returning my data to me?
No response and no return data is not the same, did not respond to the request is not accepted, or received the results did not return
Is the request sent out, did not return the results or the service side error.
try { $soap = new SoapClient ("Http://......?WSDL"); $param = Array (); $xml = $soap->getinfo ($param);} catch (Exception $e) { echo $e->getmessage ();//If an error occurs, it will arrive here}
What's the difference between me and you, please?