mirror of
https://github.com/iminet/xmlrpcwsc-dotnet.git
synced 2026-09-21 14:34:54 +02:00
Initial develop commit
Initial develop commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<methodResponse>
|
||||
<fault>
|
||||
<value>
|
||||
<struct>
|
||||
<member>
|
||||
<name>faultCode</name>
|
||||
<value>
|
||||
<int>1</int>
|
||||
</value>
|
||||
</member>
|
||||
<member>
|
||||
<name>faultString</name>
|
||||
<value>
|
||||
<string>Traceback (most recent call last):
|
||||
File "/home/spina/Workspace/odoo/odoo/openerp/service/wsgi_server.py", line 56, in xmlrpc_return
|
||||
result = openerp.http.dispatch_rpc(service, method, params)
|
||||
File "/home/spina/Workspace/odoo/odoo/openerp/http.py", line 114, in dispatch_rpc
|
||||
result = dispatch(method, params)
|
||||
File "/home/spina/Workspace/odoo/odoo/openerp/service/model.py", line 23, in dispatch
|
||||
(db, uid, passwd ) = params[0:3]
|
||||
ValueError: need more than 0 values to unpack
|
||||
</string>
|
||||
</value>
|
||||
</member>
|
||||
</struct>
|
||||
</value>
|
||||
</fault>
|
||||
</methodResponse>
|
||||
Reference in New Issue
Block a user