Page 1 of 1

Anybody worked with SOAP on micropython

Posted: Sun Apr 08, 2018 7:49 am
by TravisT
Hello,

I was asked to potentially review replacing some old hardware with a smaller and cheaper device that communicates with the SOAP webservices but now with Python instead of .NET. I think it would be interesting to take that a step further and try to do it in Micropython.

I have only started to look into it and thought that it might be worth putting the thought here, since I did not find any mention of it, and see if people think it is a terrible idea or reasonably possible.

I realize that I will likely have to build some of it from the request and XML libraries.

Thanks