3
Well I am not sure why you are receiving a white screen on your admin path, it is a very simple config, just selecting the tables and the fields you want to serve.
Check the zip CRC with
HashCalc, u could have one of the pre beta's that was released over the day or so of testing. You can look up the ZIP CRC in the wiki
x-Soap.
----
When it comes to the WDSL error, that is something to do with your server, I am not sure if the version of PHP your running is compatible with soap. When php5 was released there was a couple of earlier version that where not compatible with the class modules I am using call - nuSoap or soap in general, they then added in support for a WDSL with it.. You may want to turn off WDSL in preferences as well that is how I have it running..
There is also a setting to do with wsdl in php5 you may have to enable using ini_set
----
If your CRC's match then you are running a working copy, which is the same copy that runs the PHP example files in /xsoap/testing
Run the testing file if you like and see if you get a print_r statement at the top below the debug information, all I can suggest is if you
---
Check out this file
http://www.unseen.org.au/modules/xsoap/testing/retrieve.phpif the one at your domain displays the same, then SOAP is working, otherwise there might be some form of system configuration that is doing it..
You could also alter the path in the testing files to your server to debug it, but you would need the admin function to enable a table or two.
line 5 would be
$client = new soapclient('http://www.yourdomain.com/modules/xsoap/');