Community

FlexiCapture11 Webservices is not running

Hi,
I am new to the FlexiCapture and i installed FC11 and setup the application server. and i can see the admin console also.

But when i access the webservice API, i cannot find the webservices. Is that anything i need to run?

URL: http://localhost/FlexiCapture11/Server/WebServices.dll?Handler=Version3

Please help me on this.

Thanks,
Raja

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Katja Ovcharova
    Hello Raja,

    Unfortunately it is not clear enough what exactly you are going to do with the WebService API URL.
    Where exactly you are trying to open it?
    What result do you get? (please provide us with a screenshot)

    If you need to open the XML description of FC WebService in web-browser, then simply copy
    http://localhost/FlexiCapture11/Server/WebServices.dll?Handler=Version3WSDL
    into the address line.

    If you need to add WebService as reference to your application project in Visual Studio, then add the link above at Project -> Add Service Reference -> Advanced... -> Add Web Reference...
    0
  • Avatar
    Permanently deleted user
    Thanks for your reply.

    I actually loaded the web service into C# application. and i am looking the reference from FlexiCapture manual to open a session like this,
    FlexiCapture.FlexiCaptureWebServiceApiVersion3 service = new FlexiCapture.FlexiCaptureWebServiceApiVersion3();
    service.Url = serverUrl + "/FlexiCapture11/Server/WebServices.dll?Handler=Version3";
    service.Credentials = System.Net.CredentialCache.DefaultCredentials;
    int roleType = 12; //User station operator role
    int stationType = 10; //User station
    int session = service.OpenSession(roleType, stationType);

    whereas i CANNOT find FlexiCaptureWebServiceApiVersion3 class in my implementation, i can see only FlexiCaptureWebServiceSoapClient (Please look at the attachment). Is that anything i am missing?

    0
  • Avatar
    Katja Ovcharova
    Dear Raja,

    It seems that you added to your project a Service Reference, not Web Reference.

    Please remove the existing reference and add FC Web service as I described before:
    1. go to Project -> Add Service Reference -> Advanced... -> Add Web Reference...
    2. paste into corresponding field this link http://localhost/FlexiCapture11/Serv...r=Version3WSDL
    0

Please sign in to leave a comment.