Getting Started With WebLogic Web Services Using JAX-RPC

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Introduction

This document describes how to program WebLogic Web Services using Java API for XML-based RPC (JAX-RPC). JAX-RPC is a Sun Microsystems specification that defines the Java APIs for making XML-based remote procedure calls (RPC). In particular, these APIs are used to invoke and get a response from a Web Service using SOAP 1.1, and XML-based protocol for exchange of information in a decentralized and distributed environment.

Note: JAX-WS is designed to take the place of JAX-RPC in Web services and Web applications. To compare the features that are supported for JAX-WS and JAX-RPC, see “How Do I Choose Between JAX-WS and JAX-RPC?” in Introducing WebLogic Web Services.

The following table summarizes the contents of this guide.

Table 1-1 Content Summary 
This section . . .
Describes how to . . .
Review and run common use cases and examples.
Develop Web Services using the WebLogic development environment.
Program the JWS file that implements your Web Service.
Use the Java Architecture for XML Binding (JAXB) data binding.
Invoke your Web Service from a stand-alone client or another Web Service.
Administer WebLogic Web Services using the Administration Console.
Upgrade a Web Service from a previous release.

For an overview of WebLogic Web Services, standards, samples, and related documentation, see Introducing WebLogic Web Services.

For information about WebLogic Web Service security, see Securing WebLogic Web Services.


  Back to Top       Previous  Next