Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.dita')
-rw-r--r--docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.dita42
1 files changed, 0 insertions, 42 deletions
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.dita b/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.dita
deleted file mode 100644
index 2f7183a92..000000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.dita
+++ /dev/null
@@ -1,42 +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="axisoverview" xml:lang="en-us">
-<title>Creating Web services with the Apache Axis1 runtime environment</title>
-<shortdesc>This runtime environments is for users who prefer to develop for
-the open Apache Axis platform.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm keyref="caxistover|1|AxisruntimeenvironmentWebservicesoverview"
-status="unchanged">Axis runtime environment<indexterm>Web services<indexterm>overview</indexterm></indexterm></indexterm>
-<indexterm keyref="caxistover|2|WebservicesAxisruntimeenvironment" status="unchanged">Web
-services<indexterm>Axis runtime environment<indexterm>overview</indexterm></indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<conbody>
-<section><title>Apache Axis1 Overview</title><p>Axis is the third generation
-of the Apache SOAP implementation. It evolved from Apache SOAP to make the
-SOAP engine more flexible, configurable, and able to handle both SOAP and
-the upcoming XML Protocol specification from the W3C open-source effort. Axis
-is based on JSR 101 <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> APIs for XML based RPC (also known
-as JAX-RPC). JSR 101 provides a single interface to any XML-based RPC mechanism,
-including SOAP.</p><p>Web services application server uses Axis within a servlet
-to process the incoming message, extract information from the message headers,
-and payloads, as well as conforming to the particular RPC semantics. </p></section>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext>Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cjaxrpc.dita" scope="peer">
-<linktext>JAX-RPC</linktext></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.dita" scope="peer">
-<linktext> Developing Web services</linktext></link>
-</linklist>
-</related-links>
-</concept>

Back to the top