I have configured WebIDE locally on my system using these guidelines.
but when I created the text file holding information about connections, it's not working the exact way as it should have worked. Below are my connection details:
Description=Test7
description Type=HTTP
TrustAll=true
Authentication=NoAuthentication
Name=Test7
ProxyType=Internet
URL=http\://XXX.XXX.XXX.XXX\:XXXX
WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap
WebIDESystem=Test7
WebIDEEnabled=true
User=test
Password=test
sap-client=XXX
but when I am creating a new project it's showing following error:
Unable to access the selected system. Check your credentials and try again. If the problem persists, check if the OData service is available...
I just compared with my text file. I´ve made some changes to yours according to what is working for me. take a try:
Description=Test7
Type=HTTP
TrustAll=true
Authentication=NoAuthentication
Name=Test7
ProxyType=Internet
URL=https://XXX.XXX.XXX.XXX:XXXX
WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap
WebIDESystem=Test7
WebIDEEnabled=true
That´s it, I hope it helps. Kind Regards, Gabriel