Component Types
Make sure the component is created under the required hierarchy level.
Oracle Utilities Testing Accelerator supports the following types of components:
Web Service Based Components
A web service based component corresponds to an Inbound Web Service in an Oracle Utilities application (such as CCB/C2M/WAM/Meter).
The component type is defined as “WS” and the keywords used in defining it are specific to a web service request. Web service based components can be used for SOAP based services and REST based services that support OpenAPI specifications.
For information about web service specific keywords, refer to Appendix A: Web Service Component Keywords.
Generic REST Web Service Components
A Generic REST web service component corresponds to a non-OpenAPI specification based REST end point. The component type is defined as “Web Services” and the keywords used in defining the component are specific to a REST web service.
For information about REST-specific keywords, refer to Appendix B: REST Component Keywords.