cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

In my cloud workflow, I am using HTTP GET, service

in gateway i tested and it worked perfect.

I tried to call same request in service task , configured as below

I was expecting response to be captured in response (which i was planning to modify and use in PUT method later).

but this service task is giving logon error.

Following is Task Context details.

0 Likes
View Entire Topic
Former Member
0 Likes

It worked if I pass ?sap-user=user&sap-password=password in my URL for now.

I would try to explore better authentication process.