Hello Mauro,

2008/1/17, Mauro Molinari <[EMAIL PROTECTED]>:
> You can do the following:
> 1) download Axis2 SRC distributon
> 2) extract
> axis2-1.3\modules\adb-codegen\src\org\apache\axis2\schema\template\ADBBeanTemplate.xsl
> and change it by adding the "implements java.io.Serializable" to the
> generated code
> 3) extract
> axis2-1.3\modules\adb-codegen\src\org\apache\axis2\schema\schema-compile.properties
> and change the value of schema.bean.writer.template so that it points to
> your modified template
> 4) run WSDL2Java generator setting the Java system property
> org.apache.adb.properties so that it points to your own
> schema-compile.properties, i.e.:
> java -Dorg.apache.adb.properties=my-own/schema-compile.properties -cp
> <full classpath!> org.apache.axis2.wsdl.WSDL2Java <your options> -uri
> YourWSDL.wsdl
>
> You'll find some hints at:
> http://ws.apache.org/axis2/1_3/adb/adb-tweaking.html

Tank you for the very fast reply and for the hint.

It seems to work for me.

Greetings,
Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to