> wscript.echo soapclient.add(1, 2)
> java.lang.IllegalArgumentException: argument type mismatch
Visual Basic assumes that every number is a "double" but the Webservice
expects Integer.
Visual Basic: "Appending the literal type character I to a literal
forces it to the Integer data type. Appe
Hello,
On http://www.intranetjournal.com/articles/200103/id_03_21_01b.html,
I found this:
"The Apache system requires all the arguments to be typed
using the xsi:type attribute, while the Microsoft system
does not require this. The next version of Apache SOAP (2.1)
should be able to guarantee in
Hi all,
After installing Axis beta 2 and Tomcat 3.3.1 on my NT box,
I could successfully run your samples - e.g. Calculator:
java samples.userguide.example2.CalcClient -p8080 add 5 8
Got result : 13
This looks like a great job!
Now, I was trying to call the Calculator sample from some
V