cancel
Showing results for 
Search instead for 
Did you mean: 

Response for Async to Async scenario

Former Member
0 Kudos

Hi Experts,

Is it possible to get response for Async to Async scenario?

For example: Response for File to File sceanrio.

Regards

Sara

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sara,

You wre asking about response from a file to file scenario.....right.....see by default file(sender/recever)

both will be in Asyncrinus mode .......so if at all u want a response in this mode i think it may not be possible .........with Async(file->xi->file )scenario...Cuz for responce we make recever mode as synchrons..........!

correct me if i am wrong .............!

Regards,

Azeez khan.

former_member335553
Active Contributor
0 Kudos

Hi

When you specify as response , it means it wouldbe a 2 way communication which is none other than a sychrounous one.

So for the scenario you had mentioned you could use fault mesages for sending any response to sender,.

/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sara,

Its not possible.For Asynch to asynch scenario u cannot get the response.But u can get the acknowledgement depending upon ur scenario.

A File to File scenario cannot be synchrnous.

Although there is option for QOS BE in File adapter but only

EO and EOIO makes sense.

Regards

Biplab

Former Member
0 Kudos

Thanks for the info.

For the webservice to JDBC scenario, I have to use two way Asynchronous business process. Is it possible?

Scenario : Webservice to JDBC -> Async Call

JDBC to Webservice -> Async Call

I have already done with two way Synchronous. Here I would like to know about only Async call. Please provide your suggestions

Regards

Sara

Edited by: Sara D on Dec 18, 2007 7:55 AM

Former Member
0 Kudos

Hi Sara,

Ofcourse its possible.

JDBC is mostly used in asynchronous way.

For example in Webservice to JDBC

u will have to use one of the action "INSERT","DELETE" or "UPDATE". if u need to insert some data into database/delete some entry or update some values u have to use these actions.

actioan "SELECT " in Receiver side is generally for synchronous/acknowledgement....

For reverse scenario.. u wil have to use "INSERT" action..

Regards

Biplab

Former Member
0 Kudos

I have created a new thread, please reply over there...

In my case I have to use "SELECT" option in JDBC side

Former Member
0 Kudos

no. only fault messages can be delivered