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

Lukasz Szybalski szybalski at gmail.com
Thu Aug 16 23:46:57 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.
>
> That said, if you can provide a Spyne code that crashes suds, maybe I can
> look into it more closely.
>
>
Can you give me an example on how to invoke spyne client? I was not able to
find anything online.


The server is an outside .net service that I have no control over. I need
to connect to it, authenticate and then get some data out of it.

Thanks,
Lucas




> 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
>>
>>
>>
>
> --
> Burak Arslan
> Tech lead, Arskom Group
> Esin Sok. 3/6 34734
> Kozyatağı, İstanbul
> Mobile: +90 532 242 4841
> Office: +90 216 411 6800
> http://arskom.com.tr
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/soap/attachments/20120816/f7f2dbf6/attachment.html>


More information about the Soap mailing list