cancel
Showing results for 
Search instead for 
Did you mean: 

Using a WebService in process chain

Former Member
0 Kudos

Hello SCN,

I have a requirement in which we want to execute a query, send the result (workbook) to a WebService (which encrypts and signs the report)

and then eMails it to a specific user.

My questions: is using a WebService in process chains possible at all? If so, probably via ABAP?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Christoph,

It is very well possible.

You have to write an ABAP code for that.

We have implemented a  web service after DTP load using SOAP.

Br,

H

Former Member
0 Kudos

Thank you for your answer.

Can you give me more details on that topic? Like links to documents or even code to achieve this.

Thanks in advance