Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #70696 > unrolled thread

Re: Soap list and soap users on this list

Started byBurak Arslan <burak.arslan@arskom.com.tr>
First post2014-04-29 00:14 +0300
Last post2014-04-29 00:14 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Soap list and soap users on this list Burak Arslan <burak.arslan@arskom.com.tr> - 2014-04-29 00:14 +0300

#70696 — Re: Soap list and soap users on this list

FromBurak Arslan <burak.arslan@arskom.com.tr>
Date2014-04-29 00:14 +0300
SubjectRe: Soap list and soap users on this list
Message-ID<mailman.9561.1398720118.18130.python-list@python.org>
Hi Joseph,

Sorry for the late response, I seem to have missed this post.

On 04/17/14 21:34, Joseph L. Casale wrote:
> I've been looking at Spyne to produce a service that
> can accept a request formatted as follows:
>
> <?xml version='1.0' encoding='UTF-8'?>
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://..." xmlns:xsi=http:/..." xmlns:xsd="http://...">
> <SOAP-ENV:Body>
>     <modifyRequest returnData="everything" xmlns="urn:...">
>       <attr ID="..."/>
>       <data>
>       </data>
>     </modifyRequest>
>   </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>

https://gist.github.com/plq/11384113

Unfortunately, you need the latest Spyne from
https://github.com/arskom/spyne, this doesn't work with 2.10

2.11 is due around end of may, beginning of june.

Ping back if you got any other questions.

Best,
Burak

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web