I downloaded Axis 1.4 because I have to make a client for an old SOAP 1.1 WSDL. (Unfortunately it seems JAX-WS is not backwards compatible with JAX-RPC.)
I used the helpful tutorial here: http://ibswings.blogspot.com/2009/05/using-axis-wsdl2java-ant-task-to.html in order to write an ant task. I also tried the command line version and got the same error:
java.io.IOException: The definition of {http://www.w3.org/2001/XMLSchema}string[] results in a loop.
Does anyone know what is going on?