Hi Peer,
Thank you for the response.
To be more clear about the requirement:
Platform: Weblogic9.1
Type: WSDL first
we are going for wsdlc,jwsc,jws tasks to generate the war file.
When we run wsdlc task, Java files are generated from the types mentioned in WSDL file. These Java objects are plain JavaBeans with get and set methods. My requirement is that these JavaObjects should be XMLObjects, generated using XMLBeans.
This task can be done by using Weblogic Workshop.
Workshop provides us the flexibility to choose XMLBean task to generated Java objects.
Because of dependency I cant go for Workshop.
I am looking for a solution using
ant script for doing this task.
Thanks and Regards,
Keerthi