http://www.perlmonks.org?node_id=277553


in reply to Perl, CMS, and Application Servers

Don't know if that monster you are searching exist. ;)

But if you want to host web services I suggest to use REST or similar over SOAP.

SOAP is too bloated, slow and resource consuming...

As application server
Apache AxKit does a wonderful job.

You still have to write some parts by hand but thanks to mod_perl that won't be such a big deal.