>when passing parameters for method call, do the parameters have to be in
>the right order that is defined on the services side?
For all practical purposes, in SOAP the parameters have to be in the
same order as the service expects. I believe that in theory the SOAP
spec allows for out-of-order p
Hi ya,
when passing parameters for method call, do the parameters have to be in
the right order that is defined on the services side? e.g. there is a web
service method "helloWorld(String forename, String surname)", can i pass the
parameters in the order of 'surname' then 'forename' or does