49 lines
2.8 KiB
HTML
49 lines
2.8 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
||
|
|
||
|
<title>Web services</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h1><A NAME="webserv">Web services</A></h1>
|
||
|
|
||
|
<p>Web services are self-contained, modular applications that you can describe, publish, locate, and invoke over a network. Web services reflect a new, service-oriented approach to programming. This approach is based on the idea of building applications by discovering and implementing network services or by invoking available applications to accomplish some task. This approach is independent of specific programming languages or operating systems. Web services delivers interoperability; the ability for components created in different programming languages to work together as if they were created using the same language. Web services rely on existing transport technologies, such as HTTP, and standard data encoding techniques, such as Extensible Markup Language (XML), for invoking the implementation.</p>
|
||
|
|
||
|
<p>See these topics for more information about Web services:</p>
|
||
|
|
||
|
<blockquote>
|
||
|
<p><strong><a href="wsovr.htm">Web services overview</a></strong>
|
||
|
<br>This topic discusses the Web services environment, including the roles involved in the Web services life cycle.</p>
|
||
|
|
||
|
<p><strong><a href="../migration/wsmig.htm">Migrate Web services</a></strong>
|
||
|
<br>If you have Web services applications that were developed for WebSphere Application Server Version 4 or Version 5.0.x, see this topic in <em>Migration</em> for migration instructions.</p>
|
||
|
|
||
|
<p><strong><a href="wsdev.htm">Develop Web services</a></strong>
|
||
|
<br>See this topic for information about developing Web services and Web services clients.</p>
|
||
|
|
||
|
<p><strong><a href="wsassem.htm">Assemble Web services</a></strong>
|
||
|
<br>See this topic for information about packaging your Web services applications for deployment.</p>
|
||
|
|
||
|
<p><strong><a href="wsdep.htm">Deploy Web services</a></strong>
|
||
|
<br>This topic describes how to install your Web services application into the application server run time.</p>
|
||
|
|
||
|
<p><strong><a href="wscfg.htm">Configure Web services</a></strong>
|
||
|
<br>See this topic for information about Web services configuration, including configuration scripts and security.</p>
|
||
|
|
||
|
<p><strong><a href="wstrb.htm">Troubleshoot Web services</a></strong>
|
||
|
<br>See this topic for information about resolving problems in the various Web services components and tools.</p>
|
||
|
|
||
|
<p><strong><a href="wsrefs.htm">Web services resources</a></strong>
|
||
|
<br>See this topic for additional information about Web services.</p>
|
||
|
</blockquote>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|