|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
3.
When you configure a standard adapter for which a TIBCO Designer palette exists, you do not define schema data. Instead, you configure the publishers, subscribers, clients, or servers your adapter uses. During that configuration, TIBCO Designer lets you choose the data with which the publisher, subscriber, etc. should work. TIBCO Designer automatically creates the schema objects corresponding to the data you choose. For an example, see Configuring Standard Adapter Endpoints and Schema.A number of schema resources are included in the AESchemas folder by default. These resources represent schema that are recognized by the TIBCO Adapter SDK. They include:
• ae folder—Contains default predefined ActiveEnterprise resources, such as MAdvisoryDocument or MBusinessDocument.
To use any of these resources, you should always first drag an AESchema resource into the Design panel, then add your own resources to the folders that are created.
• corba—CORBA schema data
• java—java schema data
• sql—SQL schema data
1. With the project displayed in the Design panel, drag a PeopleSoft Adapter Configuration resource from the palette panel into the design panel.
4. Click Fetch Component Interface Name.
5.
If you are configuring an adapter for which no palette is available, or if you are creating an SDK-based adapter, you can configure Schema resources using the AESchemas folder.
1. In the project tree panel, select the AESchemas folder and double-click the ae folder.
2. From the palette panel, select a Folder resource (General palette) and drag it into the design panel.
It is highly recommended you use a separate Folder inside AESchemas for each adapter. It can be very helpful, for example, if you limit the data initially loaded by specifying a Metadata URL. See Metadata URLs Folder.
4. From the palette panel, select an AESchema resource (Adapter Schemas palette) and drag it into the design panel.The AESchema resource contains folders for the classes, sequences, etc. to be used by the adapter. Click the + below the resource in the project tree to see the folder hierarchy.Figure 107 Folders in AESchema Resource
5. When you are configuring a service, you can then add the schema to the service by clicking the Browse icon in the Schemas tab.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |