Programming Advanced Features of WebLogic Web Services Using JAX-RPC

      

Introduction

This document is a resource for software developers who program advanced features for WebLogic Web Services. The following advanced features are described.

Table 1-1 Programming Advanced Features Using JAX-RPC
Advanced Feature Description
Invoking a Web Service Using Asynchronous Request-Response Invoke a Web Service asynchronously.
Using Web Services Reliable Messaging Create a reliable Web Service, as specified by the WS-ReliableMessaging specification, and then create a client Web Services that invokes the reliable Web Service.
Creating Conversational Web Services Create a conversational Web Service which communicates with a client.
Using the Asynchronous Features Together Use the asynchronous features, such as reliable messaging, asynchronous request-response, and conversations, together in a single Web Service.
Using Callbacks to Notify Clients of Events Notify a client of a Web Service that an event has happened by programming a callback.
Creating Buffered Web Services Create a buffered Web Service, which is a simpler type of reliable Web Service that one specified by the WS-ReliableMessaging specification.
Using JMS Transport as the Connection Protocol Specify that JMS, rather than the default HTTP/S, is the connection protocol when invoking a Web Service.
Creating and Using SOAP Message Handlers Create and configure SOAP message handlers for a Web Service.
Publishing and Finding Web Services Using UDDI Use the UDDI features of WebLogic Web Service.

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.