cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP to RFC scenario

Former Member
0 Kudos

hi all,

i'm working in a http-RFC scenario. HTTP needs to be synchronous because i need to response to server that has made the request. moreover, i need to send the response of the rfc through mail adapter.

anybody knows which is the best option to carry out this scenario?

could we avoid to use Bpm? if not, which would be the steps in the Bpm?

thanks in advance, Fabian.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey

I doubt if you will find the whole design for your requirement on SDN

But it will be very much similar to the one given in the below blog

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

Thanks

Aamir

Former Member
0 Kudos

thank u very much Aamir,

i'm gonna try to make it following the steps in the blog you've sent me. i will let u know if i do it succesfully.

Former Member
0 Kudos

Hey

best way would be to use BPM.

If you want to send response to both HTTP and E-mail then you can configure BPM as

Receive Step->Sync send->Send(HTTP)->Send(E-mail).

Thanks

Aamir

Former Member
0 Kudos

hi Aamir,

could you give me more detailed steps for this BPM?

I'm a beginner with BPMs and i find them a little bit tricky. I've searched the web for a bpm scenario similar to mine but i haven't found it.