You can create Web Services from most Nucleus methods, both from components Oracle Commerce Platform provides and components that you write. There are, however, some methods that cannot be exposed as valid Web Services. The Web Service Creation Wizard does not create Web Services from these methods. In particular, it enforces the following restrictions by preventing you from selecting these methods:

In addition, you cannot create a Web Service from a method that has the same name and signature as any of the methods of atg.webservice.ManagedComponentProperties or java.lang.Object. Attempting to do so results in a naming conflict, because the service implementation class of each Web Service subclasses atg.webservice.ManagedComponentProperties, which subclasses java.lang.Object. Note that the wizard does not prevent you from selecting these methods, but when you try to generate a Web Service, an exception is thrown and the service generation fails.


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