I’m trying to generate a Java Bean Skelleton from a WSDL (actually this will happen with Client generation as well).
So here are the Steps I did:
- Rightclick on .wsdl -> WebServices -> Generate Java Bean Skelleton
- Select
Tomcat 7andAxis 2 - Click next (In this field the Parameters fields are Empty)
- Click next, you will receive the following Error –
Exception occurred during code generation for the WSDL : null
This Error seems to be thrown if you check out Projects with subversive (actually in the case of our project we see this correlation).
What could be done to fix this issue?
This issue is also an open bug since 2008, Axis2 BugTracker
The only Workarround I found for this, goes as follows:
DynamicWebProjectWSDL(You can copy you old one or what ever you like)Java Bean Skelleton(orClient)Now the
WSDL2Javawill work again for some time till it will be damaged again. You will be able to fix this by regenerate theJava Bean Skelleton. You won’t need to create a new Project every time.Edit:
The actual solution to this Problem was found now. I changed my SVN-Plugin from Subversive to Subclips. Now everything works out fine.