Creating Web Services

You create web services using JDeveloper 11g.

To create web services:

In JDeveloper 11g:

  1. Right-click on your java code (for example, CustomerManager.java), and then select Create Web Service.

  2. Accept the default value for Web Service Name (for example, CustomerManagerService.)

  3. Accept the default value for Port Name (for example, CustomerManagerPort.)

  4. Next, take the default values.

  5. In Message Format, change the SOAP Message Format to Document/Literal.

  6. In Available Methods, select the Available Method that you want to test.

  7. Accept the defaults for the remaining values.

  8. Click Finish.

    This message appears:

    **
    Generating WSDL and mapping file
    WARNING: OWS-00077 The Value Type class: oracle.e1.bssvfoundation.base.ValueObject does not have a valid Java Bean pattern.
    Adding service files to deployment profile
    Service generation finished
    Generation complete. **