blob: 92c7cda0742c0330fc208b3a05e46fb7d4c15378 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<tutorials xmlns="http://www.eclipse.org/webtools/tutorials"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.eclipse.org/webtools/tutorials schemas/tutorials.xsd ">
<!--
<category name="General" id="general"/>
<category name="Data Tools" id="rdb"/>
<category name="J2EE" id="j2ee"/>
<category name="Server/Internet" id="server"/>
<category name="Structured Source Editing (SSE)" id="sse"/>
-->
<category name="Web Services 1.0" id="ws1.0"/>
<tutorial title="Creating a Bottom-Up Java Web Service (WTP 1.0)"
link="../jst/components/ws/1.0/tutorials/BottomUpWebService/BottomUpWebService.html"
categories="ws1.0"
datePosted="2006-04-13"
lastUpdated="2006-04-13">
<abstract>
This document is one of a series of tutorials to demonstrate the use of the Web Services tools
in the Web Tools Platform Project using the WTP 1.0 drivers. This tutorial shows how to create
a simple Web service and Web service client from a Java class. The Java class in this scenario
converts between the Celsius and Farenheit temperature scales.
</abstract>
</tutorial>
<tutorial title="Creating a Top-Down Java Web Service Skeleton from a WSDL Document (WTP 1.0)"
link="../jst/components/ws/1.0/tutorials/TopDownWebService/TopDownWebService.html"
categories="ws1.0"
datePosted="2006-04-13"
lastUpdated="2006-04-13">
<abstract>
This document is one of a series of tutorials to demonstrate the use of the Web Services tools
in the Web Tools Platform Project using the WTP 1.0 drivers. This tutorial shows how to create
a simple top-down Web service from a WSDL file. The WSDL file in this scenario calculates the
area of an rectangle.
</abstract>
</tutorial>
<tutorial title="Creating a Java Web Service Client (WTP 1.0)"
link="../jst/components/ws/1.0/tutorials/WebServiceClient/WebServiceClient.html"
categories="ws1.0"
datePosted="2006-04-13"
lastUpdated="2006-04-13">
<abstract>
This document is one of a series of tutorials to demonstrate the use of the Web Services tools
in the Web Tools Platform Project with the WTP 1.0 drivers. This tutorial shows how to create a
Web serivce client to the deployed Web service created in the tutorial
<a href="../jst/components/ws/1.0/tutorials/TopDownWebService/TopDownWebService.html">Creating a Top-Down Java
Web Service Skeleton from a WSDL Document</a>.
</abstract>
</tutorial>
</tutorials>