Frage

I've downloaded the cxf package and linked it with eclipse. Everything works fine. I can generate the code of a web service clent from the provided wsdl. What I want now is to be able to do it programmatically. The scenario is the user can give a wsdl and then the programm takes it and creates a jar representing the client. First things first though, what I want for now is to generate the java code of the wsdl programmatically. Can this be done? And if yes do you have any tips? I don't want code or anything, just something to get started because my research has not been very productive.

War es hilfreich?

Lösung

There is a maven plugin to generate Java classes from a wsdl.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top