Programming Advanced Features of 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 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
Invoke a Web Service asynchronously.
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.
Create a conversational Web Service which communicates with a client.
Use the asynchronous features, such as reliable messaging, asynchronous request-response, and conversations, together in a single Web Service.
Notify a client of a Web Service that an event has happened by programming a callback.
Create a buffered Web Service, which is a simpler type of reliable Web Service that one specified by the WS-ReliableMessaging specification.
Specify that JMS, rather than the default HTTP/S, is the connection protocol when invoking a Web Service.
Create and configure SOAP message handlers for a Web Service.
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.


  Back to Top       Previous  Next