Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/org.eclipse.wst.command.env.doc.user/topics/rwsclienta.html')
-rw-r--r--docs/org.eclipse.wst.command.env.doc.user/topics/rwsclienta.html171
1 files changed, 0 insertions, 171 deletions
diff --git a/docs/org.eclipse.wst.command.env.doc.user/topics/rwsclienta.html b/docs/org.eclipse.wst.command.env.doc.user/topics/rwsclienta.html
deleted file mode 100644
index 438e89c85..000000000
--- a/docs/org.eclipse.wst.command.env.doc.user/topics/rwsclienta.html
+++ /dev/null
@@ -1,171 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="reference" name="DC.Type" />
-<meta name="DC.Title" content="Axis Web service client Ant task properties file reference" />
-<meta name="abstract" content="The axis_client.properties file is used to pass data to the Web services Ant tasks when creating an Axis Web service client. This file shows the available options." />
-<meta name="description" content="The axis_client.properties file is used to pass data to the Web services Ant tasks when creating an Axis Web service client. This file shows the available options." />
-<meta content="Axis runtime environment, Web services client, Ant task reference, Web services, Axis runtime environment, Ant task reference" name="DC.subject" />
-<meta content="Axis runtime environment, Web services client, Ant task reference, Web services, Axis runtime environment, Ant task reference" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../topics/twbwsclienta.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="axiswebserviceclientcommandlinereference" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Axis Web service client Ant task properties file reference</title>
-</head>
-<body id="axiswebserviceclientcommandlinereference"><a name="axiswebserviceclientcommandlinereference"><!-- --></a>
-
-
-<h1 class="topictitle1">Axis Web service client Ant task properties file reference</h1>
-
-
-
-<div><p>The <kbd class="userinput">axis_client.properties</kbd> file is used
-to pass data to the Web services Ant tasks when creating an Axis Web service
-client. This file shows the available options.</p>
-
-<div class="section"><h4 class="sectiontitle">Parameters</h4><dl>
-<dt class="dlterm">ScenarioType</dt>
-
-<dd><span class="synph"> Options: <samp class="codeph">client</samp></span></dd>
-
-<dd class="ddexpand">This is a required element that tells the Ant task if it is creating a
-Web service or a Web service client.</dd>
-
-
-<dt class="dlterm">InitialSelection</dt>
-
-<dd>Enter the workspace relative URI to the WSDL file or Java bean within
-your workspace. For example <kbd class="userinput">/dynamicWebProjectName/WebContent/myService.wsdl</kbd> or <kbd class="userinput">/dynamicWebProjectName/src/myBean.java</kbd></dd>
-
-
-<dt class="dlterm">ListRuntimes</dt>
-
-<dd><span class="synph"> Options: <samp class="codeph">true</samp> <samp class="codeph">false</samp></span></dd>
-
-<dd class="ddexpand">If <samp class="codeph">true</samp> is selected, the list of valid runtime options
-will be provided when the Ant task is run.</dd>
-
-
-<dt class="dlterm">ListServers</dt>
-
-<dd><span class="synph"> Options: <samp class="codeph">true</samp> <samp class="codeph">false</samp></span></dd>
-
-<dd class="ddexpand">If <samp class="codeph">true</samp> is selected, the list of valid server options
-will be provided when the Ant task is run.</dd>
-
-
-<dt class="dlterm">Client.RuntimeId</dt>
-
-<dd>This is the ID of the Web service's runtime. This parameter should not
-be modified.</dd>
-
-
-<dt class="dlterm">Client.ServerId</dt>
-
-<dd>Options:<ul class="simple">
-<li><samp class="codeph">org.eclipse.jst.server.tomcat.x</samp> (where <samp class="codeph">x</samp> is <samp class="codeph">32,
-40, 41, 50,</samp> or <samp class="codeph">55</samp>)</li>
-
-<li><samp class="codeph">org.eclipse.jst.server.generic.weblogicx</samp> (where <samp class="codeph">x</samp> is <samp class="codeph">81</samp> or <samp class="codeph">90</samp>) </li>
-
-<li><samp class="codeph">org.eclipse.jst.server.generic.jbossx</samp> (where <samp class="codeph">x</samp> is <samp class="codeph">323</samp> or <samp class="codeph">4</samp>)</li>
-
-<li><samp class="codeph">org.eclipse.jst.server.generic.jonas4</samp></li>
-
-<li><samp class="codeph">org.eclipse.jst.server.generic.oracle1013</samp></li>
-
-<li><samp class="codeph">org.eclipse.jst.servers.websphere.6</samp></li>
-
-</ul>
-</dd>
-
-<dd class="ddexpand">This is the ID of the target server. Delete or comment out this parameter
-to have the Ant task select the correct value based on the server settings
-of the dynamic Web project.</dd>
-
-
-<dt class="dlterm">ClientProjectName</dt>
-
-<dd>By default the client project is given the name of the WSDL file or Java
-bean from which it is created. Use this parameter to create the service project
-with a different name.</dd>
-
-
-<dt class="dlterm">ClientEarProjectName</dt>
-
-<dd>By default the client EAR project is given the name of the WSDL file or
-Java bean from which it is created. Use this parameter to create the service
-EAR project with a different name.</dd>
-
-
-<dt class="dlterm">ClientComponentType</dt>
-
-<dd><p>Options: <kbd class="userinput">jst.web</kbd> <kbd class="userinput">jst.java</kbd></p>
-<p>Use
-this parameter to select the type of client project. The only valid client
-project type for Axis clients is <kbd class="userinput">jst.web</kbd>.</p>
-</dd>
-
-
-<dt class="dlterm">CustomizeClientMappings</dt>
-
-<dd><p>Options: <kbd class="userinput">true</kbd> <kbd class="userinput">false</kbd></p>
-<p>Mappings
-are used to override the default namespace names in the generated WSDL. The
-content of the properties file must be of the format namespace=package. You
-will need to escape some special characters in the properties files. For
-example <samp class="codeph">http://someNamespace=somePackage</samp> should be <samp class="codeph">http\://someNamespace=somePackage</samp>.
- Otherwise, the colon (:) would be treated as delimiter resulting in trying
-to map <samp class="codeph">http</samp> to <samp class="codeph">//someNamespace=somePackage</samp>.</p>
-</dd>
-
-
-<dt class="dlterm">Mappings</dt>
-
-<dd>Enter the workspace relative URI to a property file containing mappings. </dd>
-
-
-<dt class="dlterm">OverwriteFilesEnabled</dt>
-
-<dd><span class="synph"> Options: <samp class="codeph">true</samp> <samp class="codeph">false</samp></span></dd>
-
-<dd class="ddexpand">Use this parameter to tell the Ant task to overwrite any file that it
-creates with the same name as an existing file. By default this is set to <samp class="codeph">true</samp>.</dd>
-
-
-<dt class="dlterm">CreateFoldersEnabled</dt>
-
-<dd><span class="synph"> Options: <samp class="codeph">true</samp> <samp class="codeph">false</samp></span></dd>
-
-<dd class="ddexpand">Use this parameter to tell the Ant task to create any neccessary folders.
-By default this is set to <samp class="codeph">true</samp>.</dd>
-
-
-<dt class="dlterm">CheckoutFilesEnabled</dt>
-
-<dd><span class="synph"> Options: <samp class="codeph">true</samp> <samp class="codeph">false</samp></span></dd>
-
-<dd class="ddexpand">Use this parameter to tell the Ant task to checkout files from CVS without
-prompting you. By default this is set to <samp class="codeph">true</samp>.</dd>
-
-</dl>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../topics/twbwsclienta.html" title="If you have a WSDL file you can use Ant through the Eclipse workspace to generate a Web service client using the Axis run-time environment.">Creating a Web service client using Ant tasks</a></div>
-</div>
-</div>
-
-</body>
-</html> \ No newline at end of file

Back to the top