Along with Raymond's questions I'm wondering... did you start from WSDL/XSD and generate the Java/JAXBs via wsimport or CXF? If so how did you go about generating Set<Address> rather than List<Address> ? (Did you generate and then manually tweak the Java? Is there a customization one can use here?).
Or did you start with the Java? If so did you generate the WSDL/XSD somehow at dev time? Or was the XSD you pasted merely the result shown by ?wsdl, i.e. the WSDL/XSD generated by Tuscany? Thanks, Scott On Mon, Nov 22, 2010 at 12:36 PM, Raymond Feng <[email protected]> wrote: > A few questions first: > 1) Do you use Tuscany 1.x or 2.x? > 2) Do you have an interface for the client that uses Java array such as > Address[] setAddress? > 3) Can you try to change Set<Address> to Address[] to see if it helps? > > 4) Can you post the complete interface? > Thanks, > Raymond
