RE: Can't invoke method with multiple arguments

2005-02-10 Thread David Werner
element of the SOAP body. If you use the wrapped style, Axis will do this for you automatically. - Anne On Tue, 8 Feb 2005 17:17:01 +0100, David Werner [EMAIL PROTECTED] wrote: Hallo Ioan, I'm quite stunned by this bug! Handling multiple parameters should be a basic functionality

Can't invoke method with multiple arguments

2005-02-07 Thread David Werner
Hi, I haven't realized the whole problem, when I submitted the mail with subject 'Problem with deserealizing boolean'. In fact, I can't invoke any method with more than a single argument, independent of the arguments' (simple) type! A java.lang.IllegalArgumentException is thrown, because only the

RE: Can't invoke method with multiple arguments

2005-02-07 Thread David Werner
) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java: 301) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) -Original Message- From: David Werner [mailto:[EMAIL PROTECTED] Sent

Problem with deserializing boolean

2005-02-05 Thread David Werner
Hallo, my service throws IllegalArgumentExceptions and I don't know why. So I used the two WSDL tools to get a very simple service offering a method that takes a long and a boolean and prints out their values on the console. But it doesn't work either, the boolean can't be deserialized somehow! I

Problem with WSDL samples of user guide

2004-11-30 Thread David Werner
Hi, sorry if this has already been discussed in the mailing list. There have been so many related messages, that I might overlooked it. OK, here's my problem. After following the steps described in the installation guide, I successfully tried the examples mentioned in the user guide with Axis

RE: Problem with WSDL samples of user guide

2004-11-30 Thread David Werner
-Original Message- From: James Ludlow That's great for the server, but you also have to take that into account for the command line too. I used the following switch to fix this. C:\axisjava -Djava.endorsed.dirs=/axis/lib samples.userguide.example2.CalcClient -p8081 add 5 6