Re: [Soap-Python] Problem with simpleContent

2012-12-10 Thread Burak Arslan
On 11/22/12 18:37, KulaPard wrote: Super! Great job! Thanks, Burak. But I still don't understand how get access to this attributes in received messages? How to generate messages with multiple elements? Maybe you can give me some examples? I'll be very grateful. Hi, I've finally gotten th

[Soap-Python] need example of using NullServer

2012-12-10 Thread Konjkov Vladimir
Can anybody give me some advice. I need example code of using NullServer. ___ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap

Re: [Soap-Python] need example of using NullServer

2012-12-10 Thread Burak Arslan
On 12/08/12 05:29, Konjkov Vladimir wrote: Can anybody give me some advice. I need example code of using NullServer. Hi, Why do you need it? Here you go: https://github.com/arskom/spyne/blob/ed574564383ff8cc757cd4609eede6d049c9b574/spyne/test/test_null_server.py https://github.com/arskom/sp

Re: [Soap-Python] Problem with simpleContent

2012-12-10 Thread KulaPard
Hi, Burak! No, still not working with multiple elements Sent this: bar1 bar2 but on server side got this: bar1 bar2 Take a look at the first parameter. Thanks Taras 2012/12/10 Burak Arslan > On 11/22/12 18:37, KulaPard wrote: > >> Super! Great job! Thanks, Burak. >> But