Hello,
I am running ISPConfig 2.2.23 & Debian Etch 4.0
Although I haven't looked inside the .pkg file for the remoting framework beta 3, I'm not sure if that is where the problem is.....
I've enabled XML in the compile script before install...I've tried quite a few things....however in version 2.2.18 I was able to view the index page.
php -m shows that I have soap and xml....
After Browsing to
https://www.mysite.com:81/remote
I get the following error:
−
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
−
<SOAP-ENV:Body>
−
<SOAP-ENV:Fault>
<faultcode>Server</faultcode>
<faultactor>method '' not defined in service ''</faultactor>
<faultstring/>
−
<detail>
<soapVal xsi:type="xsd:string"/>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
−
<!--
soap_server: entering parseRequest() on 15:04 2008-04-18
soap_server: Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
soap_server: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
soap_server: Accept-Encoding: gzip,deflate
soap_server: Accept-Language: en-us,en;q=0.5
soap_server: Connection: keep-alive
soap_server: Keep-Alive: 300
soap_server: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080311 Iceweasel/2.0.0.13 (Debian-2.0.0.13-1)
soap_server: got encoding: UTF-8
soap_server: method name:
soap_server: method '' not found!
soap_server: parser debug:
soap_parser: xml was empty, didn't parse!
soap_server: server sending...
-->
If anyone knows of a solution, I'd really appreciate it if you'd post
Thanks
-=k