cancel
Showing results for 
Search instead for 
Did you mean: 

idoc- soap adapter

Former Member
0 Kudos

I have one scenary with de sender are idoc - xi- soap , but the problems is that not be sure if can use idoc for this interfase because the idocs are asynchronous

my questions we can change idocs of asynchronous to synchronous?

how can do this change?

and then define the interface like sinchronous in the IR?

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Lizbeth,

IDOC is asynchronous. Probably you can go for Proxy which is Synchronous as well as Asynchronous.

raj.

Former Member
0 Kudos

Raj ,

with proxys? but he information I have into the idocs, I can use a function that call this idocs for do the messages synchronous??

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

IDoc can only be asynchronous .

If you are working on the scenerio IDoc>XI<-->Webservice , use BPM with a Receive step, a synchronous send step and a send step as it is a Async-Sync communication.

Pravesh

Former Member
0 Kudos

Pravesh Sharma,

How can i do this scenary yo have some link or example how can i do?

Former Member
0 Kudos

Hi Lizbeth,

Refer to Udo's reply in the same thread which I have given:

https://forums.sdn.sap.com/click.jspa?searchID=5512652&messageID=2238296

Regards,

Sreenivas

Former Member
0 Kudos

Go through the Weblog by Arpit Seth using BPM

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

This will give u an idea of Async-Sync communication.

Instead of File assume IDoc and instead of RFC assume Webservice.

Former Member
0 Kudos

en this case for my scenary y need

- idoc sender

rfc? with rfc i can use only for receiver the response of webservice

- soap receiver

Former Member
0 Kudos

hi Lizbeth,

yes u can use RFC as a sender....u have to create a RFC with similer attributes in ur IDOc .

see RFC<->XI<->SOAP..part 1

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

RFC<->XI<->SOAP..part 2

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

regards

biplab

<i>**reward with points if it helps u!!!</i>

Former Member
0 Kudos

Hi,

an IDOC must be async.

You can built in a proxy a wrapper wich call an IDOC standard, so you can call the proxy sync.

regards

Claudio.

Former Member
0 Kudos