Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 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 PeopleSoft Adapter Configuration file (.adpsft8model) 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, as shown in Figure 58.
Figure 58 Target Project Dialog
2.
After the generating process is completed, the following two folders are created automatically, as shown in Figure 59.
schema: this folder contains the adapter XSD schema.
PeopleSoftAdapterConfigurationFilename_genresources: this folder contains the following supporting resources:
PeopleSoftAdapterConfigurationFilename_number.dat: contains information used by the Adapter container.
PeopleSoftAdapterConfigurationFilename.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.
PeopleSoftAdapterConfigurationFilename.substvar: contains substitution variables that are imported from the adapter configuration file.
PeopleSoftAdapterConfigurationFilename.wsdl: the generated WSDL file which references the schema and .dat files contains the service definition endpoints.
Figure 59 Generated Adapter WSDL

Copyright © TIBCO Software Inc. All Rights Reserved