Re: wsdl (soap) without code generation

2008-04-04 Thread Thomas Guettler
... Thank you for your answers. I tried to parse the wsdl with two libraries. (axis2 (java) and SOAPPy). Both fail because there is no entry for 'service'. The wsdl is from SAP XI. Has someone hints? Thomas -- Thomas Guettler, http://www.thomas-guettler.de/ E-Mail: guettli (*) thomas-guett

Re: wsdl (soap) without code generation

2008-04-02 Thread sam
Thomas Guettler napisał(a): > I googled for 'wsdl python' and found ZSI. This is current solution, but it is quite new and actively developed, so newer versions are sometimes not compatibile with old ones. So if you use distribution provided packages (eg Debian) you can have troubles after sy

Re: wsdl (soap) without code generation

2008-04-02 Thread João Neves
On Apr 2, 3:06 pm, Thomas Guettler <[EMAIL PROTECTED]> wrote: > Hi, > > I looked for a solution to talk to a web service which > offers its signature with a wsdl file. > > I googled for 'wsdl python' and found ZSI. > > This project uses code generation. That's something > I don't like. > > The book

wsdl (soap) without code generation

2008-04-02 Thread Thomas Guettler
Hi, I looked for a solution to talk to a web service which offers its signature with a wsdl file. I googled for 'wsdl python' and found ZSI. This project uses code generation. That's something I don't like. The book 'dive into python' uses SOAPpy. This looks better since it does not generate so