Im needing to install SOAP servers on several hundred WinXP machines. I have the server-side code written in Java using Axis2 but am wondering about implementing it in Perl so that I can avoid having to mess with Tomcat.
I've been reading about Soap::Lite but am not clear on the implementation of the server side. Im assuming I need an application server of some sort. Will Apache be sufficient? The pages I found for Soap::Lite have plenty of samples but not much about actual setup/install.
Whats the latest in this field? Are sites deploying SOAP using Perl or am I painfully behind the times?