ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/webserv/wsdev.htm

52 lines
3.6 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!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>Develop Web services</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h2><a name="wsdev"></a>Develop Web services</h2>
<p>WebSphere Application Server uses Web services standards developed for the Java language under the Java Community Process (JCP). These standards include the Java API for XML-based remote procedure call (JAX-RPC (JSR-101)) and Web services for J2EE (JSR-109). These specifications are new in WebSphere Application Server Version 5.0.2. If you have a previous version of WebSphere Application Server, see <a href="wssoapsp.htm">Develop and manage Apache SOAP Web services</a> for information about developing Web services.</p>
<p>The JAX-RPC standard covers the programming model and bindings for using Web Services Description Language (WSDL) for Web services in the Java language. The Web services standard for J2EE covers the use of JAX-RPC in a J2EE environment, as well as the deployment of Web services implementations in a J2EE server. Both standards are part of the J2EE 1.4 release.</p>
<p>For more information on JAX-RPC, JSR-109, tutorials and other Web services and J2EE information, see <a href="wsrefs.htm">Web services resources</a>.</p>
<p>You can also use the WebSphere Studio Application Developer Version 5.1 graphical user interface development tools to develop Web services that integrate with WebSphere Application Server.</p>
<blockquote>
<p><strong><a href="wsdevj2app.htm">Develop a J2EE Web service based on an existing application</a> (Version 5.0.2 or later)</strong>
<br>See this topic for information about converting your existing application into a Web service.</p>
<p><strong><a href="wsdevj2wsdl.htm">Develop a J2EE Web service based on an existing WSDL file</a> (Version 5.0.2 or later)</strong>
<br>See this topic for information about developing a new Web services application.</p>
<p><strong><a href="wsdevclient.htm">Develop a Web services client</a> (Version 5.0.2 or later)</strong>
<br>See this topic for information about developing a client for a Web service.</p>
<p><strong><a href="wsdevobj.htm">Web services development artifacts</a></strong>
<br>This topic describes the configuration files and interfaces that are part of a Web services application.</p>
<p><strong><a href="wsdevmap.htm">Map between Java, WSDL, and XML</a></strong>
<br>This topic contains reference information about how WebSphere Application Server maps between Java and XML technologies such as XML schema, WSDL, and SOAP.</p>
<p><strong><a href="wsuddiov.htm">Develop and manage UDDI4J</a></strong>
<br>This topic describes how to use the UDDI4J to generate and parse messages sent to and received from a UDDI server. </p>
<p><strong><a href="wswsif.htm">Web Services Invocation Framework (WSIF)</a></strong>
<br>WSIF is a WSDL-oriented Java API that allows you to invoke Web services dynamically, regardless of what format the service is implemented in, or what mechanism is used to access it. This topic describes how to enable your Web services to use WSIF.</p>
<p><strong><a href="wssoapsp.htm">Develop and manage Apache SOAP Web services</a> (Versions 5.0 and 5.0.1 only)</strong>
<br>See this topic for information about developing Web services for WebSphere Application Server Version 5.0 and 5.0.1. Note that the Apache SOAP Web services are deprecated in Versions 5.0.2 and later.</p>
</blockquote>
</body>
</html>