How to display a database table on my widget using tkinter

2014-12-05 Thread brice DORA
Hi i created a widget that i connected my sql server database. my goal is to put and display data into my database from my widget. i can put data into my database table but my problem is how to display these data on my widget like a table...thanks you at all -- https://mail.python.org/mailman/l

how to generate a wsdl file for a web service in python

2014-12-18 Thread brice DORA
hi to all I am new to python and as part of my project I would like to create a SOAP web service. for now I've developed my python file with all the methods of my future web service, but my problem now is how to generate the wsdl file ... my concern may seem to move so bear with me because I am

Re: how to generate a wsdl file for a web service in python

2014-12-19 Thread brice DORA
Le jeudi 18 décembre 2014 11:46:00 UTC, Burak Arslan a écrit : > On 12/18/14 11:58, brice DORA wrote: > > hi to all I am new to python and as part of my project I would like to > > create a SOAP web service. for now I've developed my python file with all > > the method

Deploying a webservice in python

2014-12-24 Thread brice DORA
I created a web service with python tornado framework. I can test it via SoapUI and everything works now my challenge is to be able to deploy in itself and I do not know the procedures or at least the lib that can make this task much aisée..je works with python 2.7 thank you in advance for your

Re: how to generate a wsdl file for a web service in python

2014-12-24 Thread brice DORA
Le dimanche 21 décembre 2014 12:31:50 UTC, Burak Arslan a écrit : > On 12/19/14 12:45, brice DORA wrote: > > i have already my python file which contains all methods of my web service. > > so do you give a example or tell me how i can do it... > > No, all you need is

how to create a soap enveloppe with python suds for consume a bssv web service

2015-01-07 Thread brice DORA
Hi all I am working on a app in python and I have to call a web service deployed on JDE (bssv). I use it for the suds lib which seems pretty friendly. but the problem is the JDE web service that uses bssv technology necessarily requires sending a soap envelope. as far as I spend my fesais parame

Re: how to create a soap enveloppe with python suds for consume a bssv web service

2015-01-08 Thread brice DORA
Le jeudi 8 janvier 2015 07:53:12 UTC, dieter a écrit : > brice DORA writes: > > > Hi all I am working on a app in python and I have to call a web service > > deployed on JDE (bssv). I use it for the suds lib which seems pretty > > friendly. but the problem is the JDE we

How can i use a dictionnary

2015-01-13 Thread brice DORA
i consume a web service that return a element whose the type is "instance". but this element seem be a dictionary but when i want to use it like a dictionary, i got some errors. so this is the element and please someone can tell me how can i use it. tkanks in advance. (tCountryInfo){ sISOCo

Re: How can i use a dictionnary

2015-01-15 Thread brice DORA
Le mardi 13 janvier 2015 14:56:24 UTC, Novocastrian_Nomad a écrit : > On Tuesday, January 13, 2015 at 2:03:30 AM UTC-7, brice DORA wrote: > > i consume a web service that return a element whose the type is "instance". > > but this element seem be a dictionary but whe

Re: How can i use a dictionnary

2015-01-15 Thread brice DORA
Le mardi 13 janvier 2015 16:01:22 UTC, rand...@fastmail.us a écrit : > On Tue, Jan 13, 2015, at 04:03, brice DORA wrote: > > i consume a web service that return a element whose the type is > > "instance". but this element seem be a dictionary but when i want to use > &