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
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to