How to create a user via FlexiCapture SOAP AuthAPI

Question

How to create a user via FlexiCapture SOAP AuthAPI?

Answer

  1. Download and extract SOAP API Unattended example or create a new project. 
  2. Add a Service Reference:
    http://localhost/flexicapture12/server/AuthAPI/v1/WSDL
    1.png
    2.png
  3. open the link http://localhost/flexicapture12/server/AuthAPI/v1/WSDL in the browser and search for the method.
    3.png
    Or use Object Browser:
    4.png
  4. Try to call the method from the code. Make sure you have created FlexiCaptureAuthServiceSoapClient object. 
    IntelliSense will help to get the list of the required arguments.5.png
    var auth = new AuthAPI.FlexiCaptureAuthServiceSoapClient();
    auth.CreateUser(...

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.