We have developed an interface so that we can send data to different kind of suppliers via POST. The interface is quite configurable via a template, which means that we can name the parameters to whatever the supplier wants.
We'd like to expand the functionality so that we can send data to a webservice, based on some kind of template.
I think this can be hard to accomplish using SOAP::Lite or such, because of it's generic nature. However, earlier I've successfully managed to POST XML files to webservices maybe this is the way to go? An XML template that is used to POST data to a certain webservice? Or is there a better way?