Hi all, I am using static stubs with Apache AXIS to call a MS Soap Toolkit web service. One of the input parameters is a VARIANT array. When I populate this with a Java array on the Java client, it works fine. However, I want to pass in an empty VARIANT to signify an empty array. I tried passing in "null", an object array with no elements, and it's failing in apache axis complaining about AnyType in WSDL. Has anyone any idea how I can do this?
Thanks, Charles Gamble.
