cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP 1 to RFC to SOAP2

Former Member
0 Kudos

I need to execute soap1 to rfc to soap2 scenario.

Soap1 will be my sender for rfc and rfc in turn will be sender for soap2.

By soap1 & soap2 I mean that they are different soaps.

IS there a need to use BPM?

I need help to develop this scenario.

Thanks,

Arch

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

If you scenario looks like that.

SOAP1 sends requests to RFC and RFC response goes to SOAP2 you need BPM. But if it looks like that your SOAP1 sends requests to RFC and RFC calls SOAP2 you don't need it.

Regards,

Wojciech

Former Member
0 Kudos

Hi Wojciech ,

Thanks for the reply.

I am able to understand the first scenario i.e;

"SOAP1 sends requests to RFC and RFC response goes to SOAP2 you need BPM"

But i am not clear with 2nd scenario

"SOAP1 sends requests to RFC and RFC calls SOAP2 "

What exactly we mean by "RFC calls SOAP"?

Thanks,

Arch

Former Member
0 Kudos

Hi,

Inside RFC you have another call to SOAP2 using another RFC2.

SOAP1<->RFC1(RFC2<->SOAP2)

()-initiated by RFC1

Regards,

Wojciech

Former Member
0 Kudos

Thanks a lot Wojciech

My scenario is first one and I have to use BPM.

Thankyou,

Arch

Former Member
0 Kudos

HI,

You just need to replicate this scenario. Instead of using FIle, you will have to use webservice.

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Regards

Vijaya