Thanks, for your help Does someone knows any work around for this problem, using xfire I mean ?
Thanks again, in advance tonioc Brice Ruth wrote: > > We have seen some issues in the latest releases with respect to JAXB2 and > XFire wsdl generation. Complex types don't seem to be expressed in the > wsdl. > I believe the XFire team is aware of it, though I'm not sure what JIRA > issue > is tracking it, nor when this problem betw. JAXB2 and XFire will be fixed. > > -Brice > > On 11/24/06, Tonio <[EMAIL PROTECTED]> wrote: >> >> >> 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 >> >> > > > -- > Brice Ruth > Software Engineer, Madison WI > > -- View this message in context: http://www.nabble.com/mapping-method-argument-arrays-List-tf2700199.html#a7533935 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
