Symptoms
Enabling SmartObjects RESTFull Services
Diagnoses
I hav follow the insturction in the documentation and edited the K2HostServer.exe.config in the C:Program Files (x86)K2 blackpearlHost ServerBin folder and changed as below:
Then restarted the K2HostServer.exe srevice. Now when I try to navigate to the https://lcalfrescopoc.perth.landcorp.com.au:8888/smartObjectServices/endpoints/endpoints.xml I get a "This page can't be displayed" message.
I was expecting this page to return the endpoints schemas even if not enpoint was difined jet. I have also try to set the excluded all to false and going to the OOB smartobject as below but still not getting anything back.
Please could you assist?
Resolution
You are hitting your endpoints.xml using an SSL URL
https://lcalfrescopoc.perth.landcorp.com.au:8888/smartObjectServices/endpoints/endpoints.xml
But your configuration is setup for non SSL
scheme="http"
Please see my configuration below
I can hit my endpoints using
https://k2.denallix.com:8888/SmartObjectServices/endpoints/endpoints.xml