Jump to:
| Project: | SOAP Client |
| Version: | 6.x-1.0-beta2 |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
i am getting these warning errors... i dont know where i am doing wrong. because there is no documentation available for that...i am liltter struggling to get it right.
warning: fopen(/tmp/wsdlcache-d41d8cd98f00b204e9800998ecf8427e.lock) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\cr\sites\all\modules\soapclient\modules\soapclient\nusoap\class.wsdlcache.php on line 129.
warning: flock() expects parameter 1 to be resource, boolean given in C:\wamp\www\cr\sites\all\modules\soapclient\modules\soapclient\nusoap\class.wsdlcache.php on line 131.
then there is another issues when i give an ssl like "https://" kind of url it does not make any connection to the server.
is there anyone who can help me in this please.
Could not open connection to the webservice
Comments
#1
Sounds like apache doesn't have write access to /tmp
#2
I'm getting the same error on a system which has a custom temporary directory to which Drupal has write access. Seems like nusoap does not honour this custom setting.
#3
Overlooked a config option at admin/settings/soapclient: "WSDL Cache Directory" where a custom temporary directory can be entered.