Error messages were issued.
java.io.IOException: FATAL ERRORS encountered by WSDL2Java tool.
at com.ibm.ws.webservices.wsdl.Parser.generate(Unknown Source)
at com.ibm.ws.webservices.wsdl.Parser.generate(Unknown Source)
at com.ibm.ws.webservices.tools.wsad.WSDL2Java._execute(Unknown Source)
at com.ibm.ws.webservices.tools.wsad.WSDL2JavaBase.execute(Unknown Source)
at com.ibm.etools.webservice.command.adapter.CommandToCommand.execute(Unknown Source)
at com.ibm.ast.ws.v7.jaxrpc.jee5.stub.WSDeployStub.execute(Unknown Source)
at sun.reflect.GeneratedMethodAccessor96.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
In WebSphere Application Server
If you have your WSDLs
1) If any of your WSDLs
2) Select the project and right click and select "Refresh" form the menu
3) Build the project and start the server
4) If you still see the error, Right click on your server in the RAD
5) Go to the Administrative Console -> Applications -> Application Types -> Websphere Enterprise Applications and uninstall your application, if it is listed there
6) Stop the server
7) Using the file system explorer navigate to <Websphere
8) Then navigate to <Websphere
9) Select your project in RAD
10) Once the build is complete, right click on your server in the RAD
11) Start the server. The error should be gone now