|
WebLogic Server 6.0.0 Code Examples, BEA Systems, Inc. |
See:
Description
XML Examples Summary | |
XML over HTTP | Demonstrates passing XML documents between a client and servlet over HTTP. This example uses the SAX API to parse the documents. The DTDs used to validate the documents are served up over HTTP as external entities. The XML define instructions and results for operating upon an EJBean. The servlet in this example acts as a mediator between the client and EJBean. |
The example in this package illustrates how to generate and parse XML data using SAX parsers. The example passes XML documents over HTTP and uses the XML registry and a built-in entity resolver to resolve the DTD used in the example.
Detailed instructions for building and running the example is included on the example pages.
|
Documentation is available at http://e-docs.bea.com/wls/docs60/ |