WebService problem, SOAP problem, response problem-ask the great God! Where is the great God?

Source: Internet
Author: User
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?
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.