Hi,
I need a little help in "wsdl to java" code generation.
At this moment I use the following code:
-----------
Wsdl11Generator gen = new Wsdl11Generator();
gen.setWsdl(wsdlFileName);
gen.setOutputDirectory(dirName);
gen.generate();
-----------
This code is good enough for string, int and double but I need to
override its behaviour for xsd:dateTime.
In fact xsd:dateTime is actually mapped to XMLGregorianCalendar but for
my intent I need to map xsd:dateTime in String.
Do you know how can I do this operation or do you know where I find more
information about it.
Thanks
mirco
PS: I already defined a new type mapping in "java to wsdl" generation,
but I didn't find anything about type mapping for "wsdl to java".
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email