Views:

Question:
How do you set up the example Validation WebAPI Web Service that we have on our GitHub page?

Answer:
In order to set up the Validations service so that you can begin testing it on your system, please complete the following,

  1. Download our sample Validation web service at: GitHub - DocuWare/Validation-WebAPI-Sample
     
  2. Open the Project in Visual Studios, then Run the project. This will start a temporary IIS instance
     
  3. In DocuWare, go to Configurations >Web Services, register a new service using the following link: http://localhost:63486/api/validation/post 
    Do not include Authentication. 


     
  4. Associate the web service with a store dialog then test the connection. If unsure how, visit KBA-36475 on how to set a store dialog to use Validations.

Now you can store and validate it based on the code's configuration. You'll need to adjust what's being validated against in the Validator.cs file.

KBA is applicable for both Cloud and On-premise Organizations.

Comments (0)