cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow triggering an outbound proxy.

Former Member
0 Kudos

Hello Experts,

I have an scenario where an leave application is processed by an user in a workflow which should in turn trigger an outbound proxy and using xi this should be forwarded to an HTTP page.

How will a workflow trigger an outbound proxy? What are the prerequisites for this scenario? Is some ABAP coding required here???

Thanks

sk

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In WF-step u can call a method which will call client proxy program with prxy_OB->execute_asynchronous method ;

This method will trigger the outbound proxy;

Regards.

Deva

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi Satya,

Check this blog for outbound proxy

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Regards

Suraj