Questions tagged [lotus]

Lotus Software gained widespread recognition for developing both Lotus 123 and Lotus Notes. The groundbreaking launch of Lotus 123 in 1983 completely transformed the way individuals approached numerical calculations. In addition to this, the company introduced a comprehensive software suite known as SmartSuite, encompassing spreadsheet, word processing, presentation tools, database management, and personal information organization capabilities. Among their other notable offerings are Lotus Domino and Lotus Notes.

Is it possible to retrieve JSON-formatted data from a Web Service Provider Function within Lotus?

Recently diving into Lotus Web Service, I've developed a Web service provider with two functions: EmployeeProfile and EmployeeLogin. Each function requires specific parameters to carry out its logic. My goal is to return data in JSON format from these ...

retrieve the JSON information from a secure website using HTTPS

Is there a way to retrieve JSON data from an external webpage and incorporate it into my Xpages? The external website uses the https protocol. I'm unable to use: var http_request = new XMLHttpRequest(); http_request.open("GET","XX"); If anyone has any ...