The Campaign Manager Web Service application programming interface (API) provides a programmatic interface for DeltaV batch configuration data exchange. The API includes data contracts and methods you use to access information in the DeltaV database.
Use the API to define recipes in text leveraging your existing tools. You can also save and exchange recipes in XML files. The foundation of the API is the existing DeltaV Campaign Manager control. The API is an interface to the control that supports Windows Communication Foundation (WCF) Service Oriented Architecture (SOA).
The endpoint address for the Campaign Manager web service is http://localhost:49202/CampaignManager/CMService
If you have changed the port number for the service, use the new port number.
The schemas and other supporting files for the API are located in the directory:
\DeltaV\bin\SOASchema\
How you access the APIs depends on your development environment and the programming language you are using.