hello Members,
I am new to HANA and got a requirement as under:
CRM system(sends a customer id) -> to Webservice of HANA(which will contact a View-> which is linked to a Column table in HANA)
I did the following things in HANA:
1)Created a simple table consisting Customer Id and City where he/she resides and created an Analytic View to point to this table
2)Created a Workspace and a Project(with .xsapp, .xsaccess and cust_info.xsodata files)
the following issues need to be addressed:
1)now when I try to run the file cust_info.xsodata, the URL is not getting opened and getting a timeout error - not able to get any clue.
2)how to read the incoming request from the CRM system in order to get the field 'Customer id' and return the 'City' value back?
3)what are the essential things to be checked in the CRM system inorder to get connected/access the Link created in WS of HANA?
4)where to write code in the HANA project in order to fetch the customer details and send the City details back to CRM system?
5)Do I need to write any function/method in something like XSJS and link it to the URL which will be invoked from CRM system?
Please provide answers to the above points so that I can proceed with the development.
Thanks a lot in advance for your answers.
Regards,
Vishnu