pass remote call method parameters

2004-02-23 Thread Xiao-Ye Wu
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

tomcat+axis

2004-02-13 Thread Xiao-Ye Wu
Hi I've installed tomcat v4.1.29 & axis1.1 on my machine according to the instruction, and I can get the main page, there is no error message when I validate the setting via axis happiness page. And I can deploy web service using jws ( but i can't invoke the service by typing http://localhost