Readme for the SoapApiDemo C# Sample

This sample shows how to use SDK wrapper classes (AddItemCall, GetItemCall, etc).

Instructions for app.config

Before using the sample, please insert values (and/or review the default values), as follows, in the ...Samples\C#\SoapApiDemo\app.config file:

Key Value
Environment.ApiServerUrl Api server to call API
Environment.EpsServerUrl Eps server to upload pictures
UserAccount.ApiToken The token for the user for whom you are making API calls

It is recommended that you first try the sample with a sandbox-user token that you already have obtained. However, if you don't have a token for UserAccount.ApiToken, you can create one using the sample.

Please also see the following Knowledge Base articles:

Using the Sample