When you create a Web Service, the wizard places the EAR file in the <ATG11dir>/home directory. The Web Service is not ready to run, however, because it does not include the necessary Nucleus classes.

In order to run the Web Service, these additional steps are necessary:

For example, if your Web Services EAR file is called WS.ear, you might use a command like this to assemble a Nucleus-based application named MyApp.ear:

runAssembler -add-ear-file WS.ear MyApp.ear -m MyApp DSS

If you make any subsequent changes to the Web Service, you must reassemble and redeploy the application for the changes to take effect.

Note that in addition to any Web Services you create, the Oracle Commerce Platform includes a number of prepackaged Web Services. These services are packaged in three separate application modules. You can include any of these services in an assembled EAR file by including the module that contains the desired services. For example, to include the prepackaged Core Commerce Web Services, specify the DCS.WebServices module when you assemble your application.

For more information about the runAssembler command, see the Platform Programming Guide. For information about deploying EAR files, see the documentation from your application server vendor.


Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices