> single element, and this element must be used as the one and only
> child 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]>
t; If you want my proposed fix email me privately.
>
> Thanks,
> IB
>
> -Original Message-
> From: David Werner [mailto:[EMAIL PROTECTED]
> Sent: February 7, 2005 1:50 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Can't invoke method with multiple arguments
>
> Hallo
.axis.transport.http.AxisServlet.doPost(AxisServlet.java:653)
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)
>
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
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
> -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:\axis>java -Djava.endorsed.dirs=/axis/lib
> samples.userguide.example2.CalcClient -p8081 add 5
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 1.1