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:

RE: Parameter order in servlet call to Axis service?

2004-06-01 Thread Abhinav Maheshwari
Can you please post your wsdd file also ? Or you are using the jws deployment ? Warm regards, Abhinav Maheshwari -Original Message- From: Guido Lemoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 8:36 PM To: [EMAIL PROTECTED] Subject: Parameter order in servlet call to Axis

RE: Parameter order in servlet call to Axis service?

2004-06-01 Thread Meloro, John
:06 AM To: [EMAIL PROTECTED] Subject: Parameter order in servlet call to Axis service? Dear All, I have defined a simple web service that takes in 3 String parameters and processes these in a string return (CheckOrder.java). I compile with the debug option (-g) so that the parameter names are

Parameter order in servlet call to Axis service?

2004-06-01 Thread Guido Lemoine
Dear All, I have defined a simple web service that takes in 3 String parameters and processes these in a string return (CheckOrder.java). I compile with the debug option (-g) so that the parameter names are known to the wsdl. This works OK when called from a stand-alone SOAP client. When I use the