Skip Headers
Oracle® Application Server Release Notes
10g (9.0.4) for Solaris Operating System (SPARC)
Part No. B10629-15
  Go To Documentation Library
Home
Go To Table Of Contents
Contents

Previous
Previous
Next
Next
 

7 Oracle Application Server Web Services

This chapter describes issues with Oracle Application Server Web Services (OracleAS Web Services). It includes the following topics:

7.1 General Issues and Workarounds

This section describes general issues and their workarounds for Oracle Application Server Web Services (OracleAS Web Services). It includes the following topic:

7.1.1 Running the HTML XML Wizard

The WebServicesHtmlXmlWizard.jar file is not distributed with Oracle Application Server 10g (9.0.4). To use the HTML XML Wizard, you need to download the file from the Oracle Technology Network (OTN) Web Services Center under the Downloads section,

http://otn.oracle.com/tech/webservices/index.html

After downloading the WebServicesHtmlXmlWizard.jar file, place it into the directory, $ORACLE_HOME/webservices/lib.

7.2 Documentation Errata

This section describes known errors in the documentation. It includes the following topics:

7.2.1 Consuming XML or HTML Streams in J2EE Applications - HTML XML Wizard

The WebServicesHtmlXmlWizard.jar file is not distributed with Oracle Application Server 10g (9.0.4). Chapter 11, "Consuming Web Services in J2EE Applications" in the Web Services Developer's Guide includes a section that describes using the HTML XML Wizard. This description only applies after you download and install the WebServicesHtmlXmlWizard.jar file from OTN, as described in the section, Section 7.1.1, "Running the HTML XML Wizard".

7.2.2 Ignore References to WSDL Analyzer

The WSDL Analyzer was never released although it is documented in the Oracle Application Server Web Services Developer's Guide.

All references to the WSDL Analyzer should be ignored.

7.2.3 Incorrect Link to Demos

Through out the Oracle Application Server Web Services Developer's Guide, the link to demos is wrong.

The link shown as:

http://otn.oracle.com/sample_code/tech/java/web_services/content.html

It should be:

http://otn.oracle.com/tech/java/oc4j/demos/904/index.html 

7.2.4 Additional Errata in Oracle Application Server Web Services Developer's Guide

  • On Page.7-14, Table 7-2,

    <receive-timeout>
    priority
    </receive-timeout>
    
    

    should be,

    <receive-timeout>
    timeout
    </receive-timeout>
    
    
  • In Chapter 10,"Discovering and Publishing Web Services", in the section titled, "Administrative Entity Management" the changeOwner parameter needs to be added to the listed parameters in the destroyTModel section.

  • In Chapter 10,"Discovering and Publishing Web Services", in the section titled, "Server Configuration Properties Reference Information" the sentence,

    "These server configuration parameters are referenced in Server Configuration on page 10-25. As each example shows, these configuration parameters......"

    should be,

    "These server configuration properties are referenced in Server Configuration on page 10-25. As each example shows, these configuration properties......"

  • In Chapter 11, there is an incorrect cross-reference to Table 11-2 above Table 11-7. The cross-reference should be to Table 11-7.

  • The title of Appendix A "Oracle SOAP" should be "OracleAS SOAP".