These two files are used to store the input and output maps for an adapter.
Location
The files are located in the <Process_Directory>\maps\<WS_Name> directory.
Important note
The information in this section is given as a reference only. Neither Application Users nor Adapter Developers are expected to directly manipulate the mapping files.
Usage notes
Adapters introduced after Business Process Server 6.0 store the input and output map files in XML. Business Process Server versions prior to 6.0 stored this mapping data as a property file. Typically, the new map configurator (com.savvion.sbm.adapters.framework.GroupMapConfigurator) generates XML files, while the simpler one-tab map configurator (com.savvion.sbm.adapters.framework.TwoWayMapConfigurator) generates property files. Because both formats are supported by the run-time mapper, you can use either of the map configurators for custom adapters.
Property Map format
The format generated by the simpler one-tab map configurator is presented below (for the XML map format, see XML Map format):
The output mapping from the adapter is provided below.
UpdatedPrice=java.lang.Double:@Price
XML Map format
As mentioned before, the Managed Adapters in the current release use XML files to store the mapping data. The file names and locations are the same as prior releases, but the XML content is in the following format: