summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/java-stable-20060304/samples/helloworld/helloworldaxissvc/readme.htm
blob: dba269fad220d010704095f4ae3c8ace95dddb7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
<html><head>

  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

  <meta http-equiv="Content-Style-Type" content="text/css">
  <title>Tuscany Hello World Axis Service Sample</title><!-- LINK rel="stylesheet" href="ait.css" type="text/css" --></head>
<body>

<h2>Tuscany Hello World Axis Service Sample</h2>

<h3>Overview</h3>

<p>The Tuscany hello world Axis service sample uses the code
generated in the&nbsp;<a href="../helloworldaxis/readme.htm" target="_blank">hello world Axis sample</a>. This
project just includes a standard J2EE web.xml and uses Maven's war
plugin to build a J2EE war that can be deployed into a web server.
&nbsp;Note that &nbsp;the configuring of the web application
server for Tuscany makes the Axis services available to all deployed web
applications, so it's not required to add Axis jars specifically to
this web application. </p>


<h3>Setup</h3>Set up your server as described in the <a href="http://wiki.apache.org/ws/Tuscany/TomcatIntegration" target="_blank">Tomcat Setup</a>. &nbsp;If you are not configuring with the acceptance test the server, you will need to add <span style="font-weight: bold;">helloworldws-SNAPSHOT.war</span> to your tomcat's webapp directory.<br><br>Review Axis documentation on configuring and deploying web services.
<ol>

</ol>

<h3>Running</h3>

This service can be invoked by either the Tuscany SCA <a target="_blank" href="../helloworldwsclient/readme.htm">helloworldwsclient</a> sample or <a href="../helloworldaxis/readme.htm" target="_blank">hello
world Axis sample's</a> client &nbsp;sample.
<h3>Understanding the code</h3>

Review Axis documentation on developing web services.
<br>

</body></html>