1.26 Create ADF-BC Service Dialog or Update Reference or Update Service Dialog
Use to create an Oracle Application Development Framework (ADF) Business Component for message delivery.
The Oracle ADF Business Component service is used for connecting Oracle ADF applications using service data object (SDO) data formats with the SOA composite application. SDOs simplify the representation of associated data in SOA composite applications.
Element | Description |
---|---|
Name |
Enter a name or accept the default name of |
Type |
Select the direction in which you want the SDO service to operate.
|
WSDL URL |
Select the Web Services Description Language (WSDL) file to use with this SDO service. This file describes the capabilities of the service that provides an entry point into a SOA application or a reference point from a SOA application. The WSDL file provides a standard contract language and is central for understanding the capabilities of a service. Note: Do not manually update the WSDL location in your file in Source View. This action is not supported. Only updates made in Design View are supported. |
Find existing WSDLs icon |
Click to select an existing WSDL file. |
Generate WSDL from schemas icon |
Click to create a WSDL file from a schema. |
Port Type |
Select the port type or use the automatically specified value. |
Callback Port Type |
Select the callback port type for asynchronous processes. |
Registry |
Enter the ADF-BC application name appended with The application name to enter is displayed in the Application name field of the Edit EAR Deployment Profile Properties dialog in Oracle JDeveloper. This dialog can be accessed from the Application menu of the application by selecting Application Properties > Deployment > Edit. This field is used only when an Oracle ADF Business Component is being called. For this reason, this field only appears if you select Reference in the Type list. Before you can deploy an ADF Business Components service and invoke the service from a BPEL process in a SOA composite application, the ADF Business Components service has to be registered in the composite:
|
copy wsdl and its dependent artifacts into the project |
Select this checkbox to copy a remote WSDL and its dependent artifacts into the project. Note: Oracle recommends that you select this checkbox only for situations such as offline designing. This is because maintaining a copy of a remote WSDL may result in synchronization issues if the remote WSDL is updated. |
Related Topics
What Happens When You Create a SOA Application and Project in Developing SOA Applications with Oracle SOA Suite