In order to try and debug my problems I installed SOAPUI and tried to make the calls to the server manually to see what happens. See the SOAP envelopes and replies below. The exceptions don't really give any useful information but perhaps somebody can tell me where it's supposed to get this information from.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ifolder="http://novell.com/simias/domain"> <soapenv:Header/> <soapenv:Body> <ifolder:GetHomeServer> <ifolder:user>admin</ifolder:user> </ifolder:GetHomeServer> </soapenv:Body> </soapenv:Envelope> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Object reference not set to an instance of an object</faultstring> </soap:Fault> </soap:Body> </soap:Envelope> _______________________________________________ ifolder-dev mailing list [email protected] http://forge.novell.com/mailman/listinfo/ifolder-dev
