Re: [python-nl] Webservices question

2013-05-13 Berichten over hetzelfde onderwerp Sylvain Viollon
Op 22 apr 2013, om 17:27 heeft Nicolaas Heyning | L1NDA.nl het volgende geschreven: > For hosting the webservice we use Soaplib. > Takes some figuring out how to set it up, but it works fine. Has automatic > WSDL generation. > > I use SUDS and soaplib too, they work fine and respect the sta

Re: [python-nl] Webservices question

2013-04-23 Berichten over hetzelfde onderwerp Martijn Faassen
Hoi, Ik zou eens naar 'ladon' kijken. Ik heb er wel eens iets kleins mee gedaan. http://ladonize.org/ Dat heeft WSDL support. Voor een client kun je suds gebruiken, dat is al genoemd. Ik heb verder voornamelijk ervaring met RESTful web services. Groeten, Martijn _

Re: [python-nl] Webservices question

2013-04-23 Berichten over hetzelfde onderwerp Jeroen Bakker
On 04/22/2013 09:21 PM, Guido Kollerie wrote: On Mon, Apr 22, 2013 at 5:16 PM, Monique wrote: Hi Monique, I suppose you could always try Jython to code against a Java SOAP/WSDL library if it turns out that non of the Python libraries are a viable option. Hi Guido, Thanks for the option, bu

Re: [python-nl] Webservices question

2013-04-22 Berichten over hetzelfde onderwerp Guido Kollerie
On Mon, Apr 22, 2013 at 5:16 PM, Monique wrote: Hi Monique, > I thought SUDS was only a SOAP client, correct? We need a client and a > server. I suppose you could always try Jython to code against a Java SOAP/WSDL library if it turns out that non of the Python libraries are a viable option. --

Re: [python-nl] Webservices question

2013-04-22 Berichten over hetzelfde onderwerp Wichert Akkerman
On Apr 22, 2013, at 17:19 , Monique wrote: > Hi Wichert, > > Zou je kunnen toelichten waarom zsi niet zou volstaan? Mijn ervaring met zsi destijds (2004 denk ik) waren niet heel positief: het was de beste optie die er toen was, maar de implementatie was ontzettend complex en nieuw waardoor j

Re: [python-nl] Webservices question

2013-04-22 Berichten over hetzelfde onderwerp Monique
Hi Wichert, Zou je kunnen toelichten waarom zsi niet zou volstaan? Thx! gr, Jeroen & Monique On 4/22/13 4:46 PM, Wichert Akkerman wrote: On Apr 22, 2013, at 16:36 , Jeroen Bakker wrote: Hi, for a project we are selecting a programming language. We prefer to use Python, but have some ques

Re: [python-nl] Webservices question

2013-04-22 Berichten over hetzelfde onderwerp Nicolaas Heyning | L1NDA.nl
For hosting the webservice we use Soaplib. Takes some figuring out how to set it up, but it works fine. Has automatic WSDL generation. Nicolaas On Mon, Apr 22, 2013 at 5:16 PM, Monique wrote: > Hi Nicolaas, > > I thought SUDS was only a SOAP client, correct? We need a client and a > server. >

Re: [python-nl] Webservices question

2013-04-22 Berichten over hetzelfde onderwerp Monique
Hi Nicolaas, I thought SUDS was only a SOAP client, correct? We need a client and a server. Thx! rgds,Jeroen & Monique On 4/22/13 5:00 PM, Nicolaas Heyning | L1NDA.nl wrote: He Jeroen, We've been using SUDS for a while now and si far stukk suits our needs. Greetings, Nicolaas On Mon, Ap

Re: [python-nl] Webservices question

2013-04-22 Berichten over hetzelfde onderwerp Nicolaas Heyning | L1NDA.nl
He Jeroen, We've been using SUDS for a while now and si far stukk suits our needs. Greetings, Nicolaas On Mon, Apr 22, 2013 at 4:36 PM, Jeroen Bakker wrote: > Hi, > > for a project we are selecting a programming language. We prefer to use > Python, but have some questions about using webservi

Re: [python-nl] Webservices question

2013-04-22 Berichten over hetzelfde onderwerp Wichert Akkerman
On Apr 22, 2013, at 16:36 , Jeroen Bakker wrote: > Hi, > > for a project we are selecting a programming language. We prefer to use > Python, but have some questions about using webservices. We need to call and > implement some services based on a WSDL. Are there modules that can help us > cr

[python-nl] Webservices question

2013-04-22 Berichten over hetzelfde onderwerp Jeroen Bakker
Hi, for a project we are selecting a programming language. We prefer to use Python, but have some questions about using webservices. We need to call and implement some services based on a WSDL. Are there modules that can help us create the base client and server classes? And what are your exp