This isn't really much of a problem in as much as it's a bit of a Code Smell IMHO.
I have a Method in my web service, which has multiple parameters (16 to be exact), I've had a look at This Question which is on the right lines, but doesn't really answer my question, which is "Is there a better way to assign multiple arguments to multiple parameters?", I'm looking for a way to avoid having to manually assign 16 values.