Needs review
Project:
SOAP Server
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2008 at 20:36 UTC
Updated:
19 May 2008 at 23:30 UTC
Hi and thanks for making this module available for Drupal - it's a great addition.
Please see the attached patch which:
http://localhost/testing/services/soap?wsdl should be http://localhost/services/soap?wsdl (e.g., "/testing/" does not belong in the url)$client = new soapclient($wsdl,true); was changed to $client = new nusoap_client($wsdl,true);| Comment | File | Size | Author |
|---|---|---|---|
| soap_server_test.patch | 1.11 KB | calebgilbert |
Comments
Comment #1
calebgilbert commentedgah. deleted a bunch of comments here related to getting the node.load statements in the test file to work, but figured out that it's just the access setting for the node_service.module that needs to be set for anonymous user so that things can work.