> 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. Appending the identifier type character % to any identifier forces it to Integer." That should help to fix your problem Joachim
