spyne
spyne copied to clipboard
add soap 1.2 / wsdl 2.0 support
how compatible are the 1.1 vs 1.2 / 2.0 versions of the soap/wsdl spec? can they coexist inside the same code base?
does anybody need this?
Maybe the work on this should wait for the 3.0 release, in the interests of getting 2.0 completed soon.
the baxeico fork has first steps towards this, but not in a most desirable way.
i agree that soaplib has more important issues than this.
https://github.com/arskom/rpclib/pull/63 was a step towards this direction. let's see how it goes.
Please implement SOAP 1.2.
A lot of new webservice clients and communication protocols use SOAP 1.2, for example .NET WCF services which are more and more common through time (unfortunatly).
We really hope a support for the latest version of SOAP protocol in a near future. Thank you very much for your work.
I'm not going to work on Soap 1.2 for the foreseeable feature. I don't need it. It's a purely commercial protocol anyway so it's certainly in someone's capacity to fund a developer to do it.
FYI, #386 was a nice step towards this which will ship in 2.12.
Best,
How is the support for Soap1.2 so far? Any progress after https://github.com/arskom/spyne/pull/386 ?