On Mon, Sep 28, 2009 at 9:14 AM, Simon Laws <[email protected]> wrote: > Quick update.... > > I spent some time looking at whether we could modify the data type on > the fly at the point at where the Tuscany data types are generated. > However it turns out that the WSDL generation needs to be driven from > the wrapper types and these seem to be generated directly of each Java > method rather than based on the pre-parsed input and output type > structures. So we can go in an re-write the type in question but it > has no effect as the generated wrappers will still be referencing the > unaltered Java type.
Simon, I can't tell for sure from your email... Are you saying that you tried modifying the parameter types .class files (using ASM or something like that), and this still had "no effect"? Or are you saying that modifying the DataType info built from introspecting the Java had no impact? Scott
