cancel
Showing results for 
Search instead for 
Did you mean: 

What are the Steps to do Synchronous scenarios?

Former Member
0 Kudos

how to design and configure the synchronous type scenarios .?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos
former_member335553
Active Contributor
0 Kudos

Hi

when both the sender and receiver are synchronous systems, change would be there with

message interfaces which would be sychrounous

and also for the mappings (mesage and interface)incorporting sychrounous interface

former_member614185
Contributor
0 Kudos

Hi,

Following blog says somethimg about syschronous JDBC scenario.

start with this one,

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

Former Member
0 Kudos

nandan,

same as in asynchronous scenarios..

the only difference being that, here in the message interface creation , u wud hav a synchornous interface and two messages ( one would b the output and other the input) i.e request and response...

apart frm tht, sync scenarios configurations are similar to async..

regards,

Vishal

Former Member
0 Kudos

Hi vishal,

i've some more queries on this ..

If sender interface is of type synchronous and reciver interface is of type async

while sending message fields are differnt and reponse from receiver for sneder request fields r differnet..then

how to do Mppings ,Interface mappings and to Configure in Intergration directory..

can u guide me

Shabarish_Nair
Active Contributor
0 Kudos

<i>If sender interface is of type synchronous and reciver interface is of type async</i>

>>

can u let us know wht is the scenario you are working on so that we can be of better help.

Former Member
0 Kudos

nanadan,

wot is ur scenario..

also if u need any simple scenario..mayb u can search the forum for the blog on the same. and im sure u wud get one.

say like " idoc to file blog"

regards,

Vishal

Former Member
0 Kudos

Hi Vijay,

I'm trying to do using file scenario..

Can u tell me it secpific for any adapters ?

Former Member
0 Kudos

nandanji,

yes very much..

can u say ur complete scenario...is it frm file to mail or rfc to file or wot is it that u wanna create?

n do assign points..

regards,

Vishal

Shabarish_Nair
Active Contributor
0 Kudos

using File adapter are you trying to do a sync scenario ?

please note that file adapters are asyn in nature.

Can you ref. my earlier post?

you can use adapters that support sync comm. and do a simple scenario.

Say, a HTTP to RFC scenario.

Former Member
0 Kudos

i'm trying to do file to file scenario

Former Member
0 Kudos

nanadanji,

is there any specific reason that u want to go in for a sync scenario here?

else, file to file is a simple async scenario...

u can have the option of catchin the file response...

it is a michals blog,...just search on forum for the same and u wud find it.

Shabarish_Nair
Active Contributor
0 Kudos

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit - that weblog documents the step for a Sync scenario (HTTP - RFC)

In case you need more references;

RFC -> SOAP

/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