manualPlantEntitySync Function for SOAP Web Services
Given the name of a facility An object in Spectrum that represents the location of a Spectrum Application Server and Spectrum Database Server that are associated with a headquarters (HQ). These servers must be associated with a Spectrum license for which Usage is set to Facility and Multi-Site is set to true. Each facility can communicate with only one headquarters. By synchronizing, an HQ can replicate objects to facilities and replicate transactional data generated at facilities back to the HQ. in a multi-site deployment of Spectrum, this function manually initiates replication of objects from headquarters (HQ)
The location of a Spectrum Application Server and Spectrum Database Server that are associated with facilities. These servers must be associated with a Spectrum license for which Usage is set to Production and Multi-Site is set to true. Each HQ can communicate with multiple facilities. By synchronizing, an HQ can replicate objects to facilities and replicate transactional data generated at facilities back to the HQ. to that facility. This function is comparable to clicking Sync Now from the View > Configuration Sync dialog box in System
When you create a SOAP Web Service data service for which the WSDL URL is the Spectrum Services Web Services Description Language (WSDL), an operation envelope template containing this function is one of those available. For more information about using SOAP Web Services in Spectrum, see SOAP API for Web Services.
Important! Content in a SOAP Web Service data service or a Web Service integration is case sensitive. This includes names, attributes, and values.
About the syntax documentation
SOAP Operation Envelope (Request)
When you create a SOAP Web Service data service, the XML of the operation envelope template that you select is displayed as the Envelope parameter. Most operation envelope templates include some elements for which you must replace the value with a value appropriate to your environment. If this operation envelope template has such elements, they are described here.
Name |
Type |
Description |
---|---|---|
plantId |
string |
The fully-qualified name (FQN) of a facility in a multi-site deployment of Spectrum |
SOAP Response Function
The following is the structure of the Response Function expected as part of a SOAP Response received in response to the preceding type of SOAP Operation Envelope (Request). Any ellipses indicate expected data. For more information, see SOAP API for Web Services.
<pub:manualPlantEntitySyncResponse xmlns:pub="http://published.webservices.loftware.com/">
<return success="[true|false]"/>
</pub:manualPlantEntitySyncResponse>