Re: [Soap-Python] How to interact with SOAP service from client perspective ?

2012-08-21 Thread Lukasz Szybalski
On Thu, Aug 16, 2012 at 4:41 PM, Burak Arslan wrote: > Hi Lukasz, > > Now I remember this thread :) > > I still think it's a suds bug. > > Did you actually try Spyne's soap client? As long as you can ship client > code with server code (or at least, just the service definitions) together, > I thin

Re: [Soap-Python] How to interact with SOAP service from client perspective ?

2012-08-21 Thread Burak Arslan
On 08/22/12 00:50, Lukasz Szybalski wrote: Is there a spyne soap client other then suds? Hi Lukasz, Yes, there is a Soap client in Spyne, but it's only easy to get it working with Spyne servers, because it doesn't parse wsdl documents and needs the server code. If suds isn't working for yo