What is the most used library in soap Web service in python and Django? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

17th Sep 2017, 7:11 PM
SEMOOOOOOZ
SEMOOOOOOZ - avatar
2 Answers
+ 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.
17th Sep 2017, 8:05 PM
ChaoticDawg
ChaoticDawg - avatar
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
17th Sep 2017, 11:57 PM
SEMOOOOOOZ
SEMOOOOOOZ - avatar