You can deploy a J2EE web service based on a Java class, an EJB or a PL/SQL package to Oracle Application Server or Oracle Application Server Containers for J2EE (OC4J) with a single mouse click.
When you used the Create Web Services wizard or the Create PL/SQL Web
Services Wizard to generate the files for your J2EE web service, you
specified a connection to the OC4J instance on which the service is to
be deployed, and the wizard automatically created all the files that you
need, including a Web Archive (WAR) deployment profile named
WebServices.deploy
. The WebServices.deploy
file is
created at project level.
To deploy a J2EE web service:
WebServices.deploy
and
choose Deploy to. From the list of
available connections choose the OC4J connection that you specified
when you created the web service.
To examine the contents of a web services deployment profile:
WebServices.deploy
to open
the WAR Deployment Profile Settings dialog.
.java
and .wsdl
files for the web service.
For more information about creating a J2EE web service, refer to Developing J2EE Web Services.
Copyright © 1997, 2004, Oracle. All rights reserved.