cancel
Showing results for 
Search instead for 
Did you mean: 

Send RFC Response by mail -async

Former Member
0 Kudos

Hi

I have JMS -> XI -> RFC Secnario ( asynchronous )

i want to send the response of rfc by mail adapter to a user

how can this process developed in BPM ? can u give me any examples?

thx,Shai

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

if you want to send RFC response in a mail to user, you should use synchronous RFC, not asynchrnous. then you can send the RFC response to user using SMTP mail sender adapter.

JMS(async) --> XI --> RFC(sync) --> XI --> MailAdapter(sender)(async)

Former Member
0 Kudos

can u ellaborate and give examples to the bpm ?

Former Member
0 Kudos

go through the blog below, which talks about the almost similar concepts

that blog uses File --> RFC --> File but in your scenario you'll have to use

JMS --> RFC ---> Mail. But the procedure to follow is the same in both cases.

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

--Archana