From: <tho...@jb...> - 2005-08-10 01:25:59
|
This argument is IMO only relevant to wstools. The marshalling layer has a contract with the WS layer to generate/consume XML fragments that conform to the given schema + mapping information. I see two cases: 1) The complex type that denotes the array is mapped (in jaxrpc-mapping) to an array of java objects or primitives 2) The complex type that denotes the array is mapped to a wrapper bean Case (2) is no different to marshalling/unmarshalling any other bean Case (1) needs to be supported and is covered by the marshall.rpclit test cases View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889041#3889041 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889041 |