0

I have to generate java webservice from java classes. I am able to generate the same using wsgen using jdk utility wsgen. Now I want to generate the webservices for multiple java classes in bulk using build tool gradle. I would be generate all the classes in a given package structure and then want to use gradle to generate webservices (xsd, wsld and other artifacts) using gradle.

Please help if anyone has used gradle for this.

user3301213
  • 41
  • 2
  • 7

1 Answers1

0

There's a wsgen ant task and it's simple to execute ant tasks in gradle

It looks like someone's already done it here

lance-java
  • 25,497
  • 4
  • 59
  • 101