Soap list and soap users on this list

Burak Arslan burak.arslan at arskom.com.tr
Mon Apr 28 17:14:45 EDT 2014


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



More information about the Python-list mailing list