cancel
Showing results for 
Search instead for 
Did you mean: 

How to consume REST service in Agentry WM 6.2

former_member337066
Participant
0 Kudos

AK K

Chandra Ayyagari

Stephen Streeter

Leonardo Gomez

Hello All,

               We have to used REST service in our Project.Is it possible to consume REST service in WM 6.2?

If yes then How can we pass header and form data.

Thanks & Regards,

Ashish

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member337066
Participant
0 Kudos

                 Hello AK,

                                    Can you please elaborate how can I achieve Document uploadation to xECM using REST service in SAP Work Manager 6.2??

former_member208808
Active Participant
0 Kudos

Hello Ashish,

Sorry but i am not expert for this question scenario,

but would like suggest following points to consider...

1) How you are uploading a document (lets say from browser(web service tester)/ rest client).How data is getting passed here.

2) How to manage token exchange/generation and authorization between this server and your client.

But still there are many more points to consider.

let me also know if you found something.

Regards,

AK

former_member337066
Participant
0 Kudos

Hello AK,

                 We are using SMP 3.0,Agentry client V7.0.4.203.

As you know there is Upload Functionality in WM 6.2 and generally we are saving that uploaded file on server.

But in our case we have to Store it on xECM. So for that we got REST service and using that we have to complete this task.

So can you please tell me step by step what i have to do for this task.

former_member208808
Active Participant
0 Kudos

Hi Ashish,

What agentry client,editor,smp version you are using ?

REST web service can be consumed by using Simple HTTP-XML system type connection

or

oData connection can be used to consume it when data is in atom+xml format

(Agentry) SMP 3 SP04 on wards there is odata connection being provided to consume this.

Refer following

Also if using sap<->java back end you can do a trick to consume it in java and get data on agentry side. Refer following

Regards,

AK