I am not completely familiar with all that can be done in Perl regarding Web Services, all I've experienced in that area is the pleasant transparency of it all.
I'll soon be needed to perform what ought to be a rather simple task: take a list of WSDLs and generate many different message instances from them to save them for testing purposes. Having done that in Java a few months ago, I know just how painful it is. It sounds like the kind of job Perl tools would normally excell at :) Does anyone know if SOAP::Lite be used to that effect?