cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to RFC synchronous scenario..

Former Member
0 Kudos

Hi all,

Urgent!!

I'm creating my first SOAP scenario (SOAP to RFC sync) .

Anyone have any step by step link for the same??

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Arthita,

Have you checked this blog ?

Regards.

Former Member
0 Kudos

Thanks Inaki...

Answers (1)

Answers (1)

manigram
Active Participant
0 Kudos

Hi,

Create service interface with synchronous mode, choose request and response message structure in both side. Create the sender soap channel with quality of service as best effort.

Regards,

Manigandan

Former Member
0 Kudos

Hi Manigandan,

Thanks for your reply !!

I have few more question..

Though sender is SOAP, Creating WSDL and give it to client is PI responsibility ? rt?

And request source side and response target receiver  structure is according to 3rd party structure?

Rgrds,

Arthita

abhradeepbasu
Participant
0 Kudos

Hi Arthita,

Apparently yes.

You may refer to the below link:

http://scn.sap.com/thread/2112374

/A.B

manigram
Active Participant
0 Kudos

HI,

Yeah you are right, also you have request and response in sender and receiver side as well.

See my screenshot below.

Regards,

Manigandan

Former Member
0 Kudos

Hi All,

Need to create 4 communication channel for hole scenario?

SOAP_Req_Sender

SOAP_Res_Receiver

RFC_Req_Receiver

RFC_Res_Sender

Thanks,

Arthita

Former Member
0 Kudos

Hi Arthita,

in this synchronous scenario you only need 2 comm channels:

SOAP Sender

RFC Receiver

Regards,

Thomas

Former Member
0 Kudos

Hi Banerjee,

Not required to create 4 channel only two channels is enough.

1. Create one Sender Soap channel and put Quality of Service is Best Effort

2. Create one RFC Receiver channel.

3. and the remaining steps also one.

thanks,

Satish.

Former Member
0 Kudos

Hi Thomas,

Why we need only two communication channels for the synchronous scenario?

After getting the response , to send it to the sender why dont we need one SOAP receiver .In the same way to send RFC response to XI why we are not creating RFC sender.Could you please explain briefly.

Thanks,

Swetha