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:
authorkchong2010-08-21 16:57:18 +0000
committerkchong2010-08-21 16:57:18 +0000
commit035fedbe0032e6f36ccd1481f1fcc3a54b465030 (patch)
tree759897f6420a740f0d8a89446d9246e8778df28b /docs/org.eclipse.wst.command.env.doc.user/topics/cwsaxisant.dita
parentc12856ca52d796300d1e9cd4c98b17c13799a7cb (diff)
downloadwebtools.webservices-201008211657.tar.gz
webtools.webservices-201008211657.tar.xz
webtools.webservices-201008211657.zip
This commit was manufactured by cvs2svn to create tag 'v201008211657'.v201008211657
Diffstat (limited to 'docs/org.eclipse.wst.command.env.doc.user/topics/cwsaxisant.dita')
-rw-r--r--docs/org.eclipse.wst.command.env.doc.user/topics/cwsaxisant.dita53
1 files changed, 0 insertions, 53 deletions
diff --git a/docs/org.eclipse.wst.command.env.doc.user/topics/cwsaxisant.dita b/docs/org.eclipse.wst.command.env.doc.user/topics/cwsaxisant.dita
deleted file mode 100644
index 521547e9e..000000000
--- a/docs/org.eclipse.wst.command.env.doc.user/topics/cwsaxisant.dita
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="creatingawebservicefromajavabean" xml:lang="en-us">
-<title>Creating Axis runtime environment Web services and clients using Web
-services Ant tasks</title>
-<titlealts>
-<searchtitle>Creating Axis runtime environment Web services and clients using
-Ant tasks</searchtitle>
-</titlealts>
-<shortdesc>If you prefer not to use the Web service wizard, you can use Ant
-files to create Web services and clients using the Axis runtime environment.
-The Web services Ant tasks can be run in two ways: through the Eclipse workspace
-using <menucascade><uicontrol>Run As</uicontrol><uicontrol>Ant Build...</uicontrol>
-</menucascade>, or they can be run headless through the command line. Once
-you have created your Web service, you can then deploy it to a server, test
-it, and publish it as a business entity or business service.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Axis runtime environment<indexterm>Web services<indexterm>creating
-with Ant tasks</indexterm></indexterm></indexterm><indexterm>Web services<indexterm>Axis
-runtime environment<indexterm>creating with Ant tasks</indexterm></indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<conbody>
-<section><title>Prerequisites</title><p>Before you create a Web service or
-client using the Ant tasks, you need to complete a few prerequisites.</p><ul>
-<li>Install Apache Tomcat, create a server, and create a dynamic Web project
-associated with that server as described in <xref href="../../org.eclipse.jst.ws.axis.ui.doc.user/topics/ttomcatserv.dita"
-scope="peer">Creating an Apache Tomcat server and Web project</xref></li>
-<li>Import the required Ant files into your workspace:<ol>
-<li>Create a project.</li>
-<li>Import the required Ant files. Select <menucascade><uicontrol>File</uicontrol>
-<uicontrol>New</uicontrol><uicontrol>Other</uicontrol><uicontrol>Web Services</uicontrol>
-<uicontrol>Ant Files</uicontrol><uicontrol>Next</uicontrol></menucascade>.</li>
-<li>Select the following:<ul>
-<li>Web service runtime</li>
-<li>Web service or client type</li>
-<li>Location into which the ant files will be generated</li>
-</ul>Click <uicontrol>Finish</uicontrol>.</li>
-</ol>Depending on the selections made on the previous panel, several files
-may be imported into this project:<ul>
-<li><i>runtime_servicetype</i>.xml - this is the Ant file.</li>
-<li><i>runtime_servicetype</i>.properties - this is a sample Ant properties
-file referenced by the Ant file. You can modify the properties in this file
-to generate a Web service.</li>
-</ul></li>
-<li>Create a dynamic Web project for the Web service or client.</li>
-</ul></section>
-<section><title>Creating a Web service or client</title><p>Once you've completed
-the prerequisites you can do the following:</p></section>
-</conbody>
-</concept>

Back to the top