I am writing a simple SOAP server using SOAP::Lite. The way I get values passed on to my server is the following:
What I'd like to do is assign names to the parameters so that SOAP clients can pass the parameters by name instead of just by order. How do I define the names in my server?
Thanks for your help in advance.