<% /******************************************************************************* * Copyright (c) 2001, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ %> <%@ page contentType="text/html; charset=UTF-8" import="org.eclipse.wst.ws.internal.explorer.platform.wsil.perspective.*, org.eclipse.wst.ws.internal.explorer.platform.wsil.datamodel.*, org.eclipse.wst.ws.internal.explorer.platform.perspective.*, org.eclipse.wst.ws.internal.explorer.platform.datamodel.*" %> <% WSILPerspective wsilPerspective = controller.getWSILPerspective(); NodeManager nodeManager = wsilPerspective.getNodeManager(); Node selectedNode = nodeManager.getSelectedNode(); Tool selectedTool = selectedNode.getToolManager().getSelectedTool(); %> <% if (selectedTool instanceof ListWSDLServicesTool) { int viewId = selectedNode.getViewId(); WsilElement wsilElement = (WsilElement)selectedNode.getTreeElement(); ListElement le = wsilElement.getAllWSDLServices().getElementWithViewId(viewId); WsilWsdlServiceElement wsilWsdlServiceElement = (WsilWsdlServiceElement)le.getObject(); formProperties.put("wsdlURL",wsilWsdlServiceElement.getWSDLServiceURL()); } formProperties.put("formActionLink","wsil/actions/WsilImportWSDLToWorkbenchActionJSP.jsp"); %> <% if (selectedTool instanceof ListWSDLServicesTool) { %> <% } else if (selectedTool instanceof ListUDDIServicesTool) { %> <% } %>