![]() | Welcome to ELEMOS Integration Services. |
This is a developers guide to the ELEMOS Integration Services. This API is designed to provide secure access to ELEMOS functionality and business logic.
Follow these steps to get started with a simple example on how to begin integration with ELEMOS.
Open Microsoft Visual Studio.
Create a new Console Application.
Right click on the project in solution explorer and click Add Service Reference.
Enter the Url to the appropriate instance of ELEMOS Integration Services and the required web service, e.g. CustomerService.svc, and Click GO.
Optionally click the Advanced button and select System.Collection.Generic.List from the Collection type drop down. Click OK.
Enter the appropriate name for your service reference, e.g. CustomerServiceReference, and click OK to create the service reference.
Add the appropriate using statements, e.g. using [YourNamespace].CustomerServiceReference;
Now you are ready to write code that directly interacts with the customer service.
CustomerServiceClient client = new CustomerServiceClient();
You will require an Authentication Key in order to call any of the web service methods. Please contact AMCS Support to get this authentication key.
Expand the list of Services in the TOC to see the full list of web services and their methods to get started.