FliegendeWurst / KIT-ILIAS-downloader

Downloader for https://ilias.studium.kit.edu/
GNU General Public License v3.0
42 stars 9 forks source link

Using the ILIAS SOAP interface #17

Closed FliegendeWurst closed 2 years ago

FliegendeWurst commented 3 years ago

The ILIAS WDSL is available here: https://ilias.studium.kit.edu/webservice/soap/server.php?wsdl

I tried using savon, but the WDSL linked above uses features that savon doesn't (yet) support.

@funnym0nk3y suggested:

What about gSOAP with a C FFI?

Currently I don't have the time to try this out, but I think it's a good idea.