Hello everyone,
i have UiPath Studio and Robot Enterprise edition. I have UiPath Robot on a virtual machine and i’m registrated on UiPath platform, so i’ve connected Robot to Orchestrator on platform and the robot is displayed correctly as"connected and licensed".
I want do develop a .NET applications to control UiPath Robot as a WCF service.
I followed this guide:
but when i open .config file i can’t find this part of code:
<!-- Enable this for UiPath Platform Preview support–> <!–<endpoint name=“RestEndpoint” address=“http://127.0.0.1:8080/UiPath/service/agent” binding=“webHttpBinding” bindingConfiguration=“WebHttpBinding_IRemoteContract” contract=“UiPath.Models.IUiPathRemoteContract” behaviorConfiguration=“RestEndpointBehaviour” /> <endpoint address=“http://127.0.0.1:8080/UiPath/service/agent/mex” binding=“mexHttpBinding” contract=“IMetadataExchange” />–>
Can you help me? Does anyone faced this issue?
Thank you,
Angelo