I'm using SOAP::Lite to create a server that will accept a text file, convert it to XML, and write the XML to a file on the system. Basically it should take everything but the SOAP envelope and write that data to an XML file in the file system. I know this isn't the usual usage of SOAP but is this even possible using a SOAP server and Perl?