Remote Web Services API
Hi,
I tried out the remote web services API example given in http://keekiat:13080/ram.help/index.jsp?topic=%2Fcom.ibm.ram.doc%2Ftopics%2Ft_working_api.html
It seems that the API have changed. For example, constants.getQUERY_NAME() seems to have changed to constants.getQUERYNAME()
Using version 7.5.0.2.v20110127
Can someone provide a sample code for the search web service? (Need it to setup a web service demo) Thanks!
I tried out the remote web services API example given in http://keekiat:13080/ram.help/index.jsp?topic=%2Fcom.ibm.ram.doc%2Ftopics%2Ft_working_api.html
It seems that the API have changed. For example, constants.getQUERY_NAME() seems to have changed to constants.getQUERYNAME()
Using version 7.5.0.2.v20110127
Can someone provide a sample code for the search web service? (Need it to setup a web service demo) Thanks!
One answer
Hi,
Even though they are marked as API, we really don't recommend people
using them. They aren't complete, we started with them way back in 7.0
days, but we found Web services to be too complicated. We are slowly
moving over to REST instead, but that's not complete either. The Web
services change over time to support new requirements.
The real truly supported API is the RAM Client Java code. I recommend
using that instead.
--
Rich Kulp
Rational Asset Manager developer
Even though they are marked as API, we really don't recommend people
using them. They aren't complete, we started with them way back in 7.0
days, but we found Web services to be too complicated. We are slowly
moving over to REST instead, but that's not complete either. The Web
services change over time to support new requirements.
The real truly supported API is the RAM Client Java code. I recommend
using that instead.
--
Rich Kulp
Rational Asset Manager developer