|
When we try to generate WSDL from Java and the project building is in progress, the wizard blocks the whole IDE since it is waiting for background operations to complete.
There are two possible solutions:
-
Allow a user to cancel the WSDL generating
-
If the process detects that it cannot be executed, just pop up an info message about that and do not open the wizard for generating WSDL
|