Overview of WebLogic Web Services 1-7
1.6 Using Oracle IDEs to Build Web Services
The following Oracle IDE tools are available to build Web services:
■
Oracle JDeveloper —Oracles full-featured Java IDE, can be used for end-to-end
development of Web services. Developers can build Java classes or EJBs, expose them as Web services, automatically deploy them to an instance of Oracle
WebLogic Server, and immediately test the running Web service. Alternatively, Develop Web services using
JAX-WS
■
Getting Started With JAX-WS Web Services for Oracle WebLogic Server
■
Use Cases and Examples
■
Invoking a Web Service Using Asynchronous Request-Response
■
Publishing a Web Service Endpoint
■
Using Callbacks
■
Optimizing Binary Data Transmission Using MTOMXOP
■
Creating Dynamic Proxy Classes
■
Using XML Catalogs
■
Creating and Using SOAP Message Handlers
■
Programming RESTful Web Services
■
Publishing and Finding Web Services Using UDDI Develop Web services using
JAX-RPC
■
Getting Started With JAX-RPC Web Services for Oracle WebLogic Server
■
Use Cases and Examples
■
Invoking a Web Service Using Asynchronous Request-Response
■
Using Web Services Reliable Messaging
■
Creating Conversational Web Services
■
Using the Asynchronous Features Together
■
Using Callbacks to Notify Clients of Events
■
Sending Binary Data Using MTOMXOP
■
Creating Buffered Web Services
■
Using JMS Transport as the Connection Protocol
■
Creating and Using SOAP Message Handlers
■
Using Database Web Services
■
Publishing and Finding Web Services Using UDDI Secure the Web Service
■
Configuring Message-Level Security
■
Configuring Transport-Level Security
■
Configuring Access Control Security JAX-RPC Only
■
Using Oracle Web Services Manager Security Policies Upgrade
■
JAX-WS : No steps are required to upgrade JAX-WS to
10.3.1.
■
JAX-RPC
: Upgrading WebLogic Web services From Previous Releases to 10.3.1
Table 1–2 Cont. Roadmap for Implementing WebLogic Web Services
Major Task Subtasks and Additional Information
1-8 Introducing WebLogic Web Services for Oracle WebLogic Server
JDeveloper can be used to drive the creation of Web services from WSDL descriptions. JDeveloper also is Ant-aware. You can use this tool to build and run
Ant scripts for assembling the client and for assembling and deploying the service. For more information, see the Oracle JDeveloper online help. For information
about installing JDeveloper, see Oracle Fusion Middleware Installation Guide for Oracle JDeveloper.
■
Oracle Enterprise Pack for Eclipse OEPE —Provides a collection of plug-ins to
the Eclipse IDE platform that facilitate development of WebLogic Web services. For more information, see the Eclipse IDE platform online help.
1.7 New and Changed Features in this Release