cancel
Showing results for 
Search instead for 
Did you mean: 

proxy scenario?

Former Member
0 Kudos

Hello All,

i have requirement like the data come to inbound proxy that need to send out using outbound proxy,

so what i want to do is i want to call the outbound proxy method in inbound proxy .

can i do it.

Thanks and Regards,

Chinna

Edited by: chinnasapxi on Jan 2, 2010 12:06 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

chinnasapXI ,

In addition to the Sarvesh/Prateek's valuable points :

Make sure that outbound proxy is async only...

Regards ,

Former Member
0 Kudos

Hi,

Is there any particular reason that you are creating two proxies. Your scenario is the same as synchronous proxy. YOu can just create one proxy thats synchronous and do the same thing

Regards

Vijaya

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Chinna,

> i have requirement like the data come to inbound proxy that need to send out using outbound proxy,

> so what i want to do is i want to call the outbound proxy method in inbound proxy .

> can i do it.

Yes you can.

Check 34th page onwards from this link

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0582487-69f3-2b10-2d99-f34ca50c8...

Regards

Ramesh

prateek
Active Contributor
0 Kudos

This is very much possible. You just need to take care about proper error handling in the code.

Regards,

Prateek

Former Member
0 Kudos

> so what i want to do is i want to call the outbound proxy method in inbound proxy .

>

> can i do it.

YES, you can do it. There is nothing special. You wil create the inbound and outbound proxies in same manner as you do in a normal scenario, and then write the outbound proxy inside inbound proxy code.

Regards,

Sarvesh