Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Working with ActiveMatrix SOA Projects : Generating an Adapter WSDL

Generating an Adapter WSDL
TIBCO ActiveMatrix services are described using WSDL files.
To generate the WSDL file, follow these steps:
1.
Right-click the Siebel Adapter Configuration file (.adsblmodel) for the Adapter project you want to deploy in the Project Explorer panel and select Generate Adapter WSDL from the pop-up menu. The Target Project dialog appears.
Figure 39 Target Project Dialog
2.
After the generating process is completed, the following two folders are created automatically.
schema: this folder contains the adapter XSD schema.
SiebelAdapterConfigurationFilename_genresources: this folder contains the following supporting resources:
SiebelAdapterConfigurationFilename_number.dat: contains information used by the Adapter container.
SiebelAdapterConfigurationFilename.adendpoints: the adapter service endpoints file which contains information about the service endpoints supported by the adapter. The file is used later to select service types.
SiebelAdapterConfigurationFilename.substvar: contains substitution variables that are imported from the adapter configuration file.
SiebelAdapterConfigurationFilename.wsdl: the generated WSDL file which references the schema and .dat files contains the service definition endpoints.
 

Copyright © TIBCO Software Inc. All Rights Reserved