Re: Parameter order in servlet call to Axis service?

2004-06-03 Thread Guido Lemoine
vice *** - - http://schemas.xmlsoap.org/soap/encoding/";> The correct order of the parameters is B; A; C Abhinav Maheshwari wrote: Can you please post your wsdd file also ? Or you are using the jws deployment ? Warm regards, Abhinav Maheshwari -Original Message- From:

Parameter order in servlet call to Axis service?

2004-06-01 Thread Guido Lemoine
more than 10 parameters. I am using Axis 1.1 under TOMCAT 5.0.18 Thanks, Guido Lemoine *** The web service *** package test; public class CheckOrder { public String doIt (String a, String b, String c) { String reply = "The correct order of the parameters is " + a + "; " + b +