Jump to:
| Project: | SOAP Server |
| Version: | 6.x-1.2-beta1 |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
got some errors. i am using nuSOAP along with soap_server. getting some issues in soap_test_server.php
Warning: SoapClient::SoapClient(http://localhost/drupal/services/soap?wsdl) [soapclient.soapclient]: failed to open stream: HTTP request failed! HTTP/1.1 404 Object Not Found in D:\drupal-x.x\sites\default\modules\services\servers\soap_server\soap_server_test.php on line 11
Warning: SoapClient::SoapClient() [soapclient.soapclient]: I/O warning : failed to load external entity "http://localhost/drupal/services/soap?wsdl" in D:\drupal-x.x\sites\default\modules\services\servers\soap_server\soap_server_test.php on line 11
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost/drupal/services/soap?wsdl' in D:\drupal-x.x\sites\default\modules\services\servers\soap_server\soap_server_test.php:11 Stack trace: #0 D:\drupal-x.x\sites\default\modules\services\servers\soap_server\soap_server_test.php(11): SoapClient->SoapClient('http://localhos...', Array) #1 {main} thrown in D:\drupal-x.x\sites\default\modules\services\servers\soap_server\soap_server_test.php on line 11
can some one help me. i m in critical situation.
Comments
#1
This error means that anonymous user has no permission to access services module.
you can review README.txt to get the requirements for calling services via SOAP Server .