Getting Started With WebLogic Web Services Using JAX-WS

     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 Web Services (JAX-WS). JAX-WS is a standards-based API for coding, assembling, and deploying Java Web Services.

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. For information about migrating a JAX-RPC Web Service to JAX-WS, see Migrating JAX-RPC Web Services and Clients to JAX-WS.

The following table summarizes the contents of this guide.

Table 1-1 Content Summary 
This section . . .
Describes how to . . .
Run common use cases and examples.
Developing WebLogic Web Services
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.
Migrate a JAX-RPC Web Service to JAX-WS.

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

JAX-WS supports Web Services Security (WS-Security) 1.1 (except for WS-Secure Conversation). For information about WebLogic Web Service security, see Securing WebLogic Web Services.

A Note About Upgrading Existing WebLogic Web Services

There are no steps required to upgrade a 10.0 WebLogic Web Service to Release 10.3; you can redeploy a 10.0 Web Service to WebLogic Server Release 10.3 without making any changes or recompiling it.


  Back to Top       Previous  Next