Comment 9 for bug 983185

Revision history for this message
Dmitry Tantsur (divius) wrote :

With the latest trunk (and soap) got this fault:

<?xml version="1.0" encoding="utf-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
 <SOAP-ENV:Body>
  <SOAP-ENV:Fault>
   <faultcode xsi:type="xsd:string">server</faultcode>
   <faultstring xsi:type="xsd:string">Values must be unicode while converting from string to Ladon supported types: encountered &lt;type 'dict'&gt;</faultstring>
   <detail>Traceback (most recent call last):
  File &quot;/home/divius/Projects/ws-test/local/lib/python2.7/site-packages/ladon-0.7.1-py2.7.egg/ladon/server/dispatcher.py&quot;, line 145, in dispatch_request
    result = self.call_method(method,req_dict,tc,export_dict)
  File &quot;/home/divius/Projects/ws-test/local/lib/python2.7/site-packages/ladon-0.7.1-py2.7.egg/ladon/server/dispatcher.py&quot;, line 73, in call_method
    args += [tc.from_unicode_string(val,arg['type'])]
  File &quot;/home/divius/Projects/ws-test/local/lib/python2.7/site-packages/ladon-0.7.1-py2.7.egg/ladon/types/typeconverter.py&quot;, line 46, in from_unicode_string
    raise NonUnicodeError(type(val))
NonUnicodeError: Values must be unicode while converting from string to Ladon supported types: encountered &lt;type 'dict'&gt;
</detail>
  </SOAP-ENV:Fault>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>