AFAIK order is important. The first param to be added to the soap call on the client side is assumed by the server to be param 1 and passed to the target method as such. The second client param added is passed to the target method as param 2 etc.
HTH - Adam -----Original Message----- From: Michael Svoboda [mailto:[EMAIL PROTECTED]] Sent: 04 October 2001 16:21 To: [EMAIL PROTECTED] Subject: Parameter Order? Does Apache care about the order of the parameters in the SOAP-Envelope? How about other implementation? Do the care about the parameter name or the parameter order? This point isn't clear to me out of the specification. I would appreciate your opinions and knowledge Michael Svoboda