Web service APIs

Recipe Exchange API

The Recipe Exchange 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 to leverage your existing tools. You can also save and exchange recipes in XML files. The foundation of the API is the existing DeltaV Recipe Exchange control. The API is an interface to the control that supports Windows Communication Foundation (WCF) Service Oriented Architecture (SOA).

The endpoint address for the Recipe Exchange web service is http://localhost:49200/RecipeExchange/REService

If you have changed the port number for the service, use the new port number.

The schemas and other supporting files for the APIs 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.