public WsdlProject(InputStream inputStream, WorkspaceImpl workspace) {
super(null, workspace, ICON_NAME);
this.workspace = workspace;
this.open = true;
this.endpointSupport = new EndpointSupport();
this.projectPassword = null;
addProjectListeners();
loadProject(inputStream);