cancel
Showing results for 
Search instead for 
Did you mean: 

How to Fetch Data On Agentry Client By Using OData Service.

Former Member
0 Kudos

Hi,

I am working on requirement in which i have to consume Odata service. I just want data under my agentry's collection by using Odata service(get method). Please provide me through a screen shot for clear understanding.

Regards,

ROHAN

Accepted Solutions (0)

Answers (1)

Answers (1)

sahil_dudeja1
Participant
0 Kudos

Hi Rohan,

Which Syclo application are you currently using? Is your Syclo application connected to SAP or Maximo?

With Maximo, I remember that I used SQL queries to fetch data from database.

If your Syclo application is fetching data from SAP, then check the flow of any standard fetch implemented in the application. In such application, Java is used to communicate between Agentry definitions & SAP's BAPI Wrappers. I will suggest that in Java BAPI class, instead of getting data from BAPI Wrapper's tables, use ODATA4J to consume your Odata Service.

Regards,

Sahil Dudeja

Former Member
0 Kudos

Hi sahil,

I m Using RMTSAMPLEFLIGHT OData service by using this OData service i have created OData connection using DSE and generate steps, and object can u tell me how to fetch data using this OData service to the agentry client, what type of server settings and client required for that..