Question
How to create a user via FlexiCapture SOAP AuthAPI?
Answer
- Download and extract SOAP API Unattended example or create a new project.
- Add a Service Reference:
http://localhost/flexicapture12/server/AuthAPI/v1/WSDL - open the link http://localhost/flexicapture12/server/AuthAPI/v1/WSDL in the browser and search for the method.
Or use Object Browser: - 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.var auth = new AuthAPI.FlexiCaptureAuthServiceSoapClient();
auth.CreateUser(...
Comments
0 comments
Please sign in to leave a comment.