Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 Configuring an ActiveMatrix SOA Project : Generating WSDL Files

Generating WSDL Files
TIBCO ActiveMatrix services are described using WSDL files. To generate the WSDL file:
1.
In the Project Explorer, right-click the adapter instance of the Adapter Project that you want to deploy, select Generate Adapter WSDL from the shortcut menu.
2.
Two folders will be created once the process is done:
schema: this folder contains the adapter XSD schema.
adapterConfigurationFilename_genresources: this folder contains following supporting resources:
adapterConfigurationFilename_number.dat: contains information used by the Adapter container.
adapterConfigurationFilename.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.
adapterConfigurationFilename.substvar: contains substitution variables that are imported from the adapter configuration file.
adapterConfigurationFilename.wsdl: the generated WSDL file which references the schema and .dat files contains the service definition endpoints.
The shared resource that defines the transport used to communicate with the adapter is created. If the adapter project referenced global variables, the shared resource will reference substitution variables defined in the adapterConfigurationFilename.substvar file.
 

Copyright © TIBCO Software Inc. All Rights Reserved