On 02/26/13 15:12, azurIt wrote:
Hi Azur,

It's always easier to work with github gists:
https://gist.github.com/plq/5037952

Sorry but I can't reproduce your issue. Are you sure your spyne version
is not a patched one? What's your output for the server?

Best,
Burak



I added my server result as a comment to https://gist.github.com/plq/5037952

yes i just saw it.

strange you can't reproduce it, so problem will be in something else. but where?

huh. i have no idea why it's not working. what could be different between your setup and mine? what version of python is it? are you still on python 2.5? my tests are done with 2.7.3 on x64 Linux. what about you?

fwiw, it's working with lxml 3.0.x as well.

the last thing you could do is to import pdb; pdb.set_trace() right before the validation call and trace the execution line by line (pressing s) to find any 'strangeness'.

if you want a nicer debugger, do 'easy_install ipdb' and do import ipdb; ipdb.set_trace() instead.

good luck!
burak

_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to