Can I write a SOAP server using python suds?

I started using suds for soap clients and will never touch ZSI .

I know that the foam is intended for the client side, but I would love to use it to create a server site to get rid of ZSI.

How can I use foams to parse soap requests instead of answers?

[Updates]

  • If you want to open any interface using SOAP, the best option seems to be rpclib . Flask Enterprise looks promising. Both WSDL from Python code.
  • If instead you need to write a PAPON SOAP web service related to the produced WSDL in the third part, nothing still beats ZSI.
+5
source share

All Articles