0
What is the most used library in soap Web service in python and Django?
Looking for the Advantages and disadvantages of Web services libraries The thing is I need to have some sort of security using soap and I wanted to know the most used library especially in something like banks cause it will be better covering most of the security issues
2 Respostas
+ 2
I don't know about most used and I've never used it, but zeep seems to popular for SOAP client services in python. Some others are SUDS and pysimplesoap.
https://stackoverflow.com/questions/206154/what-soap-client-libraries-exist-for-python-and-where-is-the-documentation-for/206964
If you just need something to interact with or scrape a web page I usually use beautifulsoup/beautifulsoup4.
0
Thanks man I really appreciate it 💜 the thing is I need to have some sort of security using soap and I wanted to know the most used library especially in something like banks cause it will be better covering most of the security issues