Commit Graph

23 Commits

Author SHA1 Message Date
Stephen Finucane
128f591b7e Remove support for SPORE protcol
Yet another one bites the dust.

Change-Id: I604a6bfd0dbc39495a4dc2e66175d0d5408c472f
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-05-02 10:56:51 -06:00
Stephen Finucane
4c5c051fcb Remove support for SOAP protocol
This also allows us to removal lxml as an optional dependency.

Change-Id: I7ce0418012070677e36e41236487f3fabc0763a8
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-05-02 10:54:56 -06:00
Christophe de Vienne
6b0441d154 Use a cyrilic unicode sample in the demo instead of japanese so that the pdf build is easier. 2013-04-09 11:56:40 +02:00
Christophe de Vienne
a1ec8103a7 Remove the WSME-Soap dependency.
--HG--
extra : rebase_source : 6d49a6828f2ebf78d0f9a664966e327ed8d6c6ac
2013-02-08 21:40:07 +01:00
Christophe de Vienne
9d03f6f1f1 Add a little demo of a SPORE client to call a function of the demo program 2012-09-23 16:17:28 +02:00
Christophe de Vienne
1512c3902f Add more list corner cases to test the soap behavior with empty arrays 2012-09-13 23:13:41 +02:00
Christophe de Vienne
8d376b1574 Fix the demo so that we can use the soap client again, and changed the function names in the client (the soap function naming scheme just changed) 2012-09-07 15:32:15 +02:00
Christophe de Vienne
f1eedeed19 Rename FileType to File, and make it a complex type instead of a native one. 2012-08-24 10:05:06 +02:00
Christophe de Vienne
3f3b0a08df New type: FileType. Supports file inputs in forms + documents and demonstrate it in the demo. Should solve issue #4. 2012-08-23 23:22:44 +02:00
Christophe de Vienne
f2203742f9 Update the demo to reproduce issue #3 2012-05-19 15:27:05 +02:00
Christophe de Vienne
6f5784e516 Add a setperson function to test complex function arguments 2011-11-28 18:34:22 +01:00
Christophe de Vienne
aecf045fb0 Completed the soap client example now that wsme-soap seems to work 2011-10-20 14:41:08 +02:00
Christophe de Vienne
308390bdd1 Add a dependency on WSME-Soap 2011-10-19 14:37:45 +02:00
Christophe de Vienne
63e91ba322 Fix the little demo 2011-10-18 16:56:37 +02:00
Christophe de Vienne
288ace4bd6 Update the change list and clean the demo 2011-10-12 23:38:12 +02:00
Christophe de Vienne
6973868bd3 Add a WSGI adapter 2011-10-11 11:08:10 +02:00
Christophe de Vienne
843c6a3d0f Move the protocols to a dedicated module, and their activation more explicit
--HG--
rename : wsme/restjson.py => wsme/protocols/restjson.py
rename : wsme/restxml.py => wsme/protocols/restxml.py
rename : wsme/soap.py => wsme/protocols/soap.py
rename : wsme/templates/__init__.py => wsme/protocols/templates/__init__.py
rename : wsme/templates/fault.html => wsme/protocols/templates/fault.html
rename : wsme/templates/soap.html => wsme/protocols/templates/soap.html
rename : wsme/templates/wsdl.html => wsme/protocols/templates/wsdl.html
2011-10-01 20:16:57 +02:00
Christophe de Vienne
a08a53a1c4 Made the demo work with suds 2011-09-26 10:42:22 +02:00
Christophe de Vienne
446d1489d7 Add a complex type to the demo 2011-09-25 21:24:07 +02:00
Christophe de Vienne
7f50ca6d38 Add a small soap client for the demo app, so that we can see the wsdl generation is _not_ working properly... to be continued 2011-09-24 22:49:59 +02:00
Christophe de Vienne
5ca78e896f Start working on the soap protocol 2011-09-22 17:04:33 +02:00
Christophe de Vienne
cbfd17491f Fix some issues with encoding 2011-09-21 17:18:41 +02:00
Christophe de Vienne
585c6d703f Add a small demo, and fix a few problems 2011-09-21 16:55:29 +02:00