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

Lukasz Szybalski szybalski at gmail.com
Tue Aug 21 23:50:48 CEST 2012


On Thu, Aug 16, 2012 at 4:41 PM, Burak Arslan <burak.arslan at arskom.com.tr>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 think you can use it.
>


Hello,
Is there a spyne soap client other then suds?

suds does not work for me(https://fedorahosted.org/suds/ticket/239) , so I
figured I try spyne client if there is one.


Any info would be great, as I'm trying to get this client service up and
running.
Thanks,
Lucas






>
> That said, if you can provide a Spyne code that crashes suds, maybe I can
> look into it more closely.
>
> Best,
>
> Burak
>
> On 08/17/12 00:14, Lukasz Szybalski wrote:
>
>> Hello Burak/All,
>>
>> The patch that Raphaël sent does not work for me in version 0.4 nor 0.4.1.
>>
>> The client still fails on :
>> from suds.client import Client
>> c=Client(myurl)
>>
>> with the error on prior email.
>>
>> The example in the folder all use suds which fails for me. Are there
>> examples of client from spyne?
>> from spyne import client?
>> client....
>>
>> Still trying to find something that works related to rpclib/spyne that
>> can use soap as well?
>>
>> Any idea how I can resolve this problem?
>>
>> Thanks,
>> Lucas
>>
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/soap/attachments/20120821/8c30b8be/attachment.html>


More information about the Soap mailing list