Hi, I'm using XFire 1.2.2 with JAXB2, all seemed to work OK until I tried a simple method with an array as argument
public double addList(double[] values); The generated WSDL declares a ArrayOfDouble type, but there is no a definition of such type. I tried to use List<Double> instead, the same problem. Is there any limitation regarding arrays/List as method argument or I'm missing something. The WebService is just a simple calculator, it works fine, all other methods add/divide/multiply work wonderful. Thanks in advance tonioc -- View this message in context: http://www.nabble.com/mapping-method-argument-arrays-List-tf2700199.html#a7529375 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
