[vbox-dev] Webservice connection under perl

Nicolas pitit.atchoum at free.fr
Wed Mar 11 00:19:51 GMT 2009


I have the same problem
I'm running a Debian Lenny with VirtualBox 2.1.4

the output :

nicolas at homeserver:~$ perl clienttest.pl version
SOAP::Transport::HTTP::Client::send_receive: POST 
http://localhost:18083/ HTTP/1.1
Accept: text/xml
Accept: multipart/*
Accept: application/soap
Content-Length: 535
Content-Type: text/xml; charset=utf-8
SOAPAction: ""

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:namesp1="http://www.virtualbox.org/Service" 
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:interface="urn:vbox" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:vbox="http://www.virtualbox.org/">
<soap:Body>
<namesp1:IWebsessionManager_logon xsi:nil="true" />
</soap:Body>
</soap:Envelope>
SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 500 Internal 
Server Error
Connection: close
Server: gSOAP/2.7
Content-Length: 629
Content-Type: text/xml; charset=utf-8
Client-Date: Sat, 07 Mar 2009 05:04:53 GMT
Client-Peer: 127.0.0.1:18083
Client-Response-Num: 1

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:vbox="http://www.virtualbox.org/">
<SOAP-ENV:Body 
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>Method 'namesp1:IWebsessionManager_logon' not implemented: 
method name or namespace not recognized</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

[clienttest] Logon to session manager with user "test" and password 
"test" failed.
Stopped at clienttest.pl line 95.





More information about the vbox-dev mailing list