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
 

List of Examples

1-1 SOAP RPC Style Request Message
1-2 SOAP RPC Style Response Message
1-3 Document Style SOAP Message
1-4 Document Style SOAP Message Processed by a Web Service
3-1 Defining A Public Class with Java Methods for a Stateless Web Service
3-2 Defining a Public Class with Java Methods for a Stateful Web Service
3-3 Using a Public Interface to Expose Stateless Web Services Methods
3-4 Using a Public Interface to Expose Stateful Web Services Methods
3-5 Sample WebServicesAssembler Configuration File
4-1 Stateless Session EJB Remote Interface for Web Service
4-2 Stateless Session EJB Home Interface for Web Service
4-3 Stateless Session EJB Bean Class for Web Services
4-4 Sample Stateless Session EJB WebServicesAssembler Configuration File
5-1 Sample WebServicesAssembler Configuration File For Stored Procedure Using <jar-generation> Tag
6-1 Defining Java Methods for a Stateless Document Style Web Service
6-2 Defining Java Methods for a Stateful Document Style Web Service
6-3 Using a Public Interface to Expose Stateless Java Services
6-4 Using a Public Interface to Expose Stateful Java Services
6-5 Sample Stateful Java WebServicesAssembler Configuration File for a Document Style Web Service
6-6 Sample Stateless Java WebServicesAssembler Configuration File for a Document Style Web Service
7-1 Sample Incoming onMessage() Method for JMS Web Service
7-2 Sample Outgoing Message for JMS Web Service
7-3
7-4 Sample WebServicesAssembler Configuration File for JMS Web Service
8-1 WebServicesAssembler Proxy Gen Configuration File
8-2 Sample Client-side Proxy Method for Web Services
8-3 Sample Client-side Application Using a Proxy Class for Web Services
9-1 Sample Web Services Assembly Tool Configuration File
9-2 Structure of Web Services Assembly Tool Sample Ear File
9-3 WebServicesAssembler Configuration File Including <wsdl-gen>
9-4 WebServicesAssembler Configuration File Including <wsdl-gen>
9-5 Assembly Tool Input File DTD
12-1 Web Services Debug Output
12-2 Sample Typed RPC Request
12-3 Sample Un-Typed RPC Request
12-4 Segment of Client Using Message with SOAP Request Header
12-5 Employee Interface Extending HeaderCallback
12-6 Including A HeaderCallback processHeaders() Implementation
A-1 Java Service Descriptor File for Sample Simple Clock Service
A-2 Handler Configuration
A-3 Sample Audit Log Filters
A-4 Audit Logging Configuration
A-5 Sample Provider Configuration Manager Implementation.
A-6 Setting Security Properties for OracleSOAPHHTTPConnection
A-7 Sample SP Provider Deployment Descriptor
A-8 Sample Stored Procedure Service Deployment Descriptor