Skip Headers
Oracle® Application Server Quick Tour
10g Release 2 (10.1.2)
Part No. B13993-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents

Previous
Previous
Next
Next
 

SOAP Request Handler

The SOAP request handler receives SOAP requests, looks up the appropriate service implementation class, invokes the requested method, and returns a SOAP response. The request handler is an OC4J Web Services-specific servlet, and runs as part of a deployed Web service.

Key features of the SOAP request handler include:

  • Support for cookies and sessions for stateful Web services

  • Serializing and deserializing SOAP from XML

  • Support document and RPC invocation styles

  • Management of a Web service's lifecycle

Oracle HTTP Server and the SOAP servlet