<%-- Document : importFromWsdl Created on : May 10, 2013, 6:52:05 PM Author : Alex O'Ree --%> <%@page import="java.util.ArrayList"%> <%@page import="java.util.List"%> <%@page import="javax.xml.datatype.XMLGregorianCalendar"%> <%@page import="javax.xml.ws.Holder"%> <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%> <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@include file="header-top.jsp" %>

<%=ResourceLoader.GetResource(session, "navbar.create.serviceimport")%>

<%=ResourceLoader.GetResource(session, "pages.serviceimport.content")%>

The first step is to tell us where we can find the Web Service Description Language (WSDL) document that describes your services' operations, inputs and outputs and execution URLs. If you don't know where to find it you can usually add a '?wsdl' to the end of the URL to the service. WSDLs are XML documents.

Sometimes, access to the WSDL file is restricted by a username and password, if this is the case, enter your credentials here. It won't be saved anywhere.
<% if (!request.isSecure()) { %>

Warning!

Please consider switching to a secure connection such as SSL or TLS (the address bar starts with https://), otherwise your password may be exposed.
<% } %>

Ignore SSL Errors
Enter a key domain or select an existing tModel Key Generator. We'll make one if it doesn't exist
Create a new one or use an existing one
Business Chooser or enter a new business name
Preview the new items and continue. Don't worry, you can always change these values later

Preview Approve
<%@include file="header-bottom.jsp" %>