Frequently Asked Question
How can I connect to an V-SDC using .NET 4.0?
Last Updated 9 months ago
There should not be any significant differences between .NET 4.0 and .NET 4.5 or .NET 4.6 code. In all these cases you have to accomplish the same steps:
- Install ICA and RCA certificates for development and production environment on dev and POS machine. You can find a complete guide here below:Obtaining RCA and ICA Certificates from a PFX Certificate - SamoaObtaining RCA and ICA Certificates from a PFX Certificate - FijiObtaining RCA and ICA Certificates from a PFX Certificate - SerbiaObtaining RCA and ICA Certificates From a PFX Certificate - Republika Srpska
- Generate client library (service proxies and POCOs) based on the specifications published on V-SDC, you can see the information here below:Identification of Environments - Samoa - / Identification of Environments - Fiji - / Environments - Serbia only / Environments - Republika Srpska only
- Configure Web request to use client certificate for authentication
- Invoke SignInvoice REST service and process result
Use Swagger to generate client library for V-SDC
- https://github.com/swagger-api/swagger-codegen
- https://stackoverflow.com/questions/46454292/is-it-possible-to-use-swagger-codegen-to-generate-a-client-for-net4-0
- https://github.com/swagger-api/swagger-codegen/issues/6596
- or https://github.com/RSuter/NSwag
Client Certificates distributed by the different jurisdictions in pkcs12 (pfx) or smart card format are used for client authentication on a V-SDC server. You may find some of these examples useful: