cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding OData Services

praveen_vanga3
Participant
0 Kudos

Hi ,

I would like to know , How to consume Odata Services in PI. I got an URL so I want to consume it in SAP PI. How to test this in SOAP UI?

In my case sender is Odata so how to do the scenario?

Thanks

Praveen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hello,

>> How to test this in SOAP UI? U can't, Soap ui doesn't have option to test.

Scenario will be Odata to File. Query on Odata service and transfer the data to file.

reg, avi

praveen_vanga3
Participant
0 Kudos

Hi Ravi,

In my scenario Odata is at sender side, I am getting a link from third party  which I have to use it , How can we use it Odata as a sender. we need to generate a file , It's like a Odata services to file. Can you explain the approach and process steps.I didn't see Odata adapter in sender side. Could you please explain about the scenario the sender side is OData.

Thanks

Praveen

Former Member
0 Kudos

Hello,

I am very sorry, its my mistake. As Odata is not available at sender side, OData to file scenario is impossible.

I had put the query at receiver OData adapter, created a soap to Odata scenario, used dummy O/b SI and dummy value in request message, I had sent message using soap ui to sender soap channel.

Looking at your requirement, I guess you have to use ccBPM.

reg, avinash

praveen_vanga3
Participant
0 Kudos

Hi Avinash,

Thanks for the mail. How w e will build the query at Receiver side ? I do have only URI. Can you share some information and configuration required at receiver. I have checked and searched in SCN I didn't get proper steps.

Thanks

Praveen

former_member186851
Active Contributor
0 Kudos

Hello Avinash,

Why a CCBPM?

I guess Sender ODATA is also possible,Anyways am not sure on that.

@praveen,

coming to reciever you can check the link I shared.

praveen_vanga3
Participant
0 Kudos

Hi Raghuraman,

I checked link which you have given last time. It's giving capabilities and over all view. I am looking for how to used in receiver to get the data from URI.

Thanks

Praveen

former_member186851
Active Contributor
0 Kudos

Hello Praveen,

The below link is standard document by SAP.Migthe be helpful

Configuring OData Adapter Receiver Channel - Creating HTTP Destination - SAP Library

praveen_vanga3
Participant
0 Kudos

Hi Raghuraman,

The below is the complete URI

http://XXXX.com/xxCore/odata/SamplesAndSampleDetails?$filter=Commodity eq ' '.

Could you please tell me ? How do i enter the parameter values in

Address and Resource path?

Thanks

Praveen

Former Member
0 Kudos

Hello Praveen,

Kindly have a look at comments section in the link (shared by Raghu) :

Configuring OData Adapter Receiver Channel - Creating HTTP Destination - SAP Library

note: Above link explain about sfsf odata, which is almost similar to odata adapter.

To summarize, Use eclipse + HCI plugins to configure Resource path.

url :

Installing the Operations Modeler - Update and Installation Guide: Overview - SAP Library

Get the resource path from Eclipse.

Paste the resource path in Receiver OData adapter.

you scenario will be soap to Odata, use dummy SI at sender and receiver.

Send dummy request to Sender soap channel, you should get the response as data fetched for query in the Receiver OData adapter.

reg, avinash

former_member186851
Active Contributor
0 Kudos


Praveen,

The link which i share containse the details to configure ODATA receiver.

former_member186851
Active Contributor
0 Kudos

Hello Praveen,

You can refer the below link