This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| web-integration:c-sharp-example [2019/08/05 11:25] tjotov | web-integration:c-sharp-example [2019/08/05 11:27] (current) tjotov | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| C# relies on Web services for ADUCID - or WSA, see [[web-integration: | C# relies on Web services for ADUCID - or WSA, see [[web-integration: | ||
| - | === Import WSDL into your project in Visual Studio. | + | Import WSDL into your project in Visual Studio. | 
| Create an instance of **AducidApiJsonServiceClient**. | Create an instance of **AducidApiJsonServiceClient**. | ||
| Line 125: | Line 125: | ||
| === Prepare a web page === | === Prepare a web page === | ||
| - | This page should contain [[integration-api:start|ADUCID Integration | + | This page should contain [[web-integration:client-side|Client | 
| Provide start, check and proxy Url. | Provide start, check and proxy Url. | ||
| Override what should be done after authentication / operation: | Override what should be done after authentication / operation: | ||
| - | < | + | < | 
| < | < | ||
| var aducid = new ADUCID(); | var aducid = new ADUCID(); | ||