Is it possible to consume a SOAP API via Anvil?

Hi
Is it possible to consume a SOAP API via Anvil?

In the Full Python server modules there are many pre-installed libraries including zeep for consuming a SOAP api.

There is also lxml if you want to set up your own endpoints using anvils built-in HTTP requests library:

…or you can install python libraries using the 3.10 beta version of python and use any flavor of SOAP library you wish.

…or if none of that is any good, you can use anvil-uplink to connect you any other remote system that can consume the SOAP api for you via remote function calls to the uplink’d system.

…also welcome to Anvil! :wave:

3 Likes