blob: 2db7c9145aa09aa7786b187a32a57fa74ea090f2 [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" id="ws"/>
<!--
<category name="XML" id="xml"/>
-->
<tutorial title="Creating a Bottom-Up Java Web Service (WTP 1.0M8)"
link="../jst/components/ws/1.0M8/tutorials/BottomUpWebService.html"
categories="ws"
datePosted="2005-06-11"
lastUpdated="2005-09-20">
<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 M8 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.0M8)"
link="../jst/components/ws/1.0M8/tutorials/TopDownWebService.html"
categories="ws"
datePosted="2005-06-11"
lastUpdated="2005-09-20">
<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 M8 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.0M8)"
link="../jst/components/ws/1.0M8/tutorials/WebServiceClient.html"
categories="ws"
datePosted="2005-06-11"
lastUpdated="2005-09-20">
<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 M8 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.0M8/tutorials/TopDownWebService.html">Creating a Top-Down Java
Web Service Skeleton from a WSDL Document</a>.
</abstract>
</tutorial>
<tutorial title="Testing a Web Service with the Web Services Explorer (WTP 1.0M8)"
link="../jst/components/ws/1.0M8/tutorials/WebServiceExplorer.html"
categories="ws"
datePosted="2005-06-04"
lastUpdated="2005-09-20">
<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 M8 drivers. This tutorial shows how to use the
Web Service Explorer to test a Web service via native WSDL and SOAP. It demonstrates how to use
the Web Services Explorer to invoke operations on a Web service named " Delayed Stock Quote "
as available from XMethods on the internet.
</abstract>
</tutorial>
</tutorials>