Skip Headers
Oracle® Application Server Web Services Developer's Guide
10g Release 2 (10.1.2)
Part No. B14027-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

Preface

This guide describes Oracle Application Server Web Services.

This preface contains these topics:

Intended Audience

Oracle Application Server Web Services Developer's Guide is intended for application programmers, system administrators, and other users who perform the following tasks:

To use this document, you need a working knowledge of Java programming language fundamentals.

Documentation Accessibility

Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at

http://www.oracle.com/accessibility/

Accessibility of Code Examples in Documentation JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.

Accessibility of Links to External Web Sites in Documentation This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.

Organization

This document contains:

Chapter 1, "Web Services Overview"

This chapter provides an overview of Oracle Application Server Web Services.

Chapter 2, "Oracle Application Server Web Services"

This chapter describes the Oracle Application Server Web Services features, architecture, and implementation.

Chapter 3, "Developing and Deploying Java Class Web Services"

This chapter describes the procedures you use to write and deploy Oracle Application Server Web Services that are implemented as Java classes.

Chapter 4, "Developing and Deploying EJB Web Services"

This chapter describes the procedures you use to write and deploy Oracle Application Server Web Services that are implemented as stateless session Enterprise Java Beans (EJBs).

Chapter 5, "Developing and Deploying Stored Procedure Web Services"

This chapter describes the procedures you use to write and deploy Oracle Application Server Web Services that are implemented as PL/SQL Stored Procedures or Functions.

Chapter 6, "Developing and Deploying Document Style Web Services"

This chapter describes the procedures you use to write and deploy Document Style Oracle Application Server Web Services implemented as Java classes.

Chapter 7, "Developing and Deploying JMS Web Services"

This chapter describes the procedures you use to write and deploy Oracle Application Server Web Services that expose JMS destinations as Web Services.

Chapter 8, "Building Clients that Use Web Services"

This chapter describes the steps required to build a client application that uses Oracle Application Server Web Services.

Chapter 9, "Web Services Tools"

This chapter describes the Oracle Application Server Web Services assembly tool, WebServicesAssembler, that assists in assembling Oracle Application Server Web Services.

Chapter 10, "Discovering and Publishing Web Services"

This chapter provides a description of the Universal Discovery Description and Integration (UDDI-compliant Web Services registry in which business Web Service providers in an enterprise environment can publish and describe their Web Services.

Chapter 11, "Consuming Web Services in J2EE Applications"

This chapter describes ways to consume Web Services in J2EE applications.

Chapter 12, "Advanced Topics for Web Services"

This chapter describes several advanced Oracle Application Server Web Services topics, including untyped request handling options and SOAP header support.

Appendix A, "Using Oracle Application Server SOAP"

This appendix describes Oracle SOAP and covers the differences between Apache SOAP and Oracle SOAP.

Appendix B, "Web Services Security"

This appendix describes the architecture and configuration of security for Oracle Application Server Web Services, including the Oracle Application Server UDDI Registry.

Appendix C, "Troubleshooting OracleAS Web Services"

This appendix provides information on troubleshooting problems with Web services.

Glossary

The glossary contains the Web Services glossary terms and descriptions.

Related Documentation

For more information, see these Oracle resources:

Printed documentation is available for sale in the Oracle Store at

http://oraclestore.oracle.com/

To download free release notes, installation documentation, white papers, or other collateral, please visit the Oracle Technology Network (OTN). You must register online before using OTN; registration is free and can be done at

http://otn.oracle.com/membership/

If you already have a username and password for OTN, then you can go directly to the documentation section of the OTN Web site at

http://otn.oracle.com/documentation/content.html

Conventions

The following conventions are used in this manual:

Convention Meaning
. . . Ellipsis points in statements or commands mean that parts of the statement or command not directly related to the example have been omitted
boldface text Boldface type in text indicates a term defined in the text, the glossary, or in both locations.
[ ] Brackets enclose optional clauses from which you can choose one or none.
$ The dollar sign represents the Command Language prompt in Windows and the Bourne shell prompt in UNIX