Reputation: 5434
I'd like to build a SOAP server on Linux to serve a scalable number of users with database dependenet requests (read/write). Can you recommend a server stack this?
Upvotes: 1
Views: 623
Reputation: 11
I would try a python based stack using https://fedorahosted.org/suds/
Upvotes: 1