cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous call

Former Member
0 Kudos

Hi,

I am assuming no BPM is required. Secondly, do I need to do anything specific for a synch call from Sys A --> XI --> ECC and back??

> Defined synch MI

> Use MM for request /response

> Using sender SOAP adapter which I presumse will also recieve the response!!

m

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

If you are expecting only response you can go ahead as you mentioned.

Regards

Agasthuri Doss

Former Member
0 Kudos

Yes - I expect a response from ECC which I will just forward to System X

m

Former Member
0 Kudos

Hey

as ur sayin that ur sender is SOAP,u dont need any BPM in this case.

do a simple SOAP to RFC or SOAP to Abap proxy scenario.

have a look at the following for HTTP to RFC

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

SOAP to RFC will be developed in pretty much the same way,only the difference is u will use WSDL file

Note:u cant have a sync SOAP to IDOC(IDOC's support only acknowledgements not response)

thanx

ahmad

Message was edited by:

Ahmad

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks all - !!

Former Member
0 Kudos

Hi,

Check this weblogs for few synchronous communicaiton:

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

---Satish