Python + webservice
Hello all... I'm new here and a search in tis group but unfortunately i didn't find any kind of solution/code/question etc ... I have to made a python script that communicates with an websevice over the web. I tried out use SoapPy, ZSI, BeautifullSoap and others, but get no success... I have to generate a XML file from a XSD file, and them send it to a webservice as i have said before. There's really no need to generate a XML file from a XSD file bu if it's possible it will be very very good... Has anyone made something like this and can share with me a bit of experience? -- http://mail.python.org/mailman/listinfo/python-list
Re: Python + webservice
First of all, thanks for these replies... Someone has an example of python + suds generating a XML and consuming a webservice or, in suds documentation has one? Thanks again ;) On Oct 8, 8:32 am, Jakob Kristensen wrote: > Ralf Schoenian wrote: > > > Has anyone made something like this and can share with me a bit of > > > experience? > > > Did you try sudshttps://fedorahosted.org/suds?I've got good results > > with this library. > > > Ralf > > After working with both ZSI and Suds, i must say i've had by far the > best experiences with Suds. It's very light-weight compared to ZSI > (which by no means is light-weighted). -- http://mail.python.org/mailman/listinfo/python-list
Re: Python + webservice
Hello again!! Now i'm reading the documentation... If i got doubts, i ask here! Thanks ;) On Oct 8, 10:50 am, Fred Chevitarese wrote: > First of all, thanks for these replies... > Someone has an example of python + suds generating a XML and consuming > a webservice or, in suds documentation has one? > > Thanks again ;) > > On Oct 8, 8:32 am, Jakob Kristensen wrote: > > > > > Ralf Schoenian wrote: > > > > Has anyone made something like this and can share with me a bit of > > > > experience? > > > > Did you try sudshttps://fedorahosted.org/suds?I'vegot good results > > > with this library. > > > > Ralf > > > After working with both ZSI and Suds, i must say i've had by far the > > best experiences with Suds. It's very light-weight compared to ZSI > > (which by no means is light-weighted). -- http://mail.python.org/mailman/listinfo/python-list