Using SOAP::Lite With Perl
DonJ writes: "This is a good article that explains a lot about how Perl can play a big part in developing Web Services. It will show you a no-nonsense approach to using SOAP::Lite, Perl's window into SOAP Web services. The Simple Object Access Protocol (SOAP) is the basic messaging protocol for Web services, so this is a need to know."
Interchange (developer.akopia.com) has SOAP support in it's e-commerce web application framework. (It's in the 4.7.x version as a standard [soap] tag).
If you are building e-commerce sites, IC is the cream of the crop, and the SOAP support is a plus.
(Not to mention database connectivity to oracle, pgsql, mysql, and nearly any other dbi driver).
Daniel