Burak Arslan
Burak Arslan
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?
see here for a use case: https://github.com/pletoss/soaplib.client/commit/2968c730eab741665ba8a0749431e950fd368f89
Continuation of #508
https://stackoverflow.com/questions/33868452/how-to-use-soap11-document-literal-body-bare-with-spyne-soapaction-no-conside
http://stackoverflow.com/questions/25381547/exceptions-in-httpwsgijsondocument-spyne-client
So we can do: ``` Pair = Tuple(String, String) ``` or ``` SomeFunkyType = Tuple(String, Date, Integer64) ``` Result of #461