[Soap-Python] rpclib: anydict as a parameter question

Burak Arslan burak.arslan at arskom.com.tr
Thu May 31 10:45:47 CEST 2012


On 05/31/12 11:25, Dennis Fischer wrote:
> [Thu May 31 10:12:03 2012] [error] 
> <faultcode>senv:Client.XMLSyntaxError</faultcode>
> [Thu May 31 10:12:03 2012] [error] <faultstring>Namespace prefix xs on 
> user is not defined, line 6, column 21</faultstring> 

you have:
<xs:user>abc</xs:user>

you should have:
<xs:user xmlns:xs="something">abc</xs:user>

burak


More information about the Soap mailing list