cancel
Showing results for 
Search instead for 
Did you mean: 

soap to rfc and jdbc interface

former_member190681
Active Participant
0 Kudos

Dear Experts,

i have new requirement like SOAP to RFC and JDBC interfacing. The Soap Request send data to RFC and the same request should go to DB also.

here one is RFC receiver and second is JDBC Receiver. is it possible to send data without BPM.

Regards,
Kiran Polani

Accepted Solutions (0)

Answers (1)

Answers (1)

engswee
Active Contributor
0 Kudos

Kiran

If it's an async SOAP call, then it should be fine, you just have to configure two receivers in the Receiver Determination step and all the corresponding configuration for both receivers (mappings, channels, etc).

Rgds

Eng Swee

former_member190681
Active Participant
0 Kudos

Dear,

My requirement is one is sync and another is async call.

Regards,

Kiran Polani

Former Member
0 Kudos

Hi Kiran,

Configure both receiver in receiver determination and make one scenario synchronous and other asyn

I don't think it will cause any issue.

Regards,

Rudra

iaki_vila
Active Contributor
0 Kudos

Hi SriGnanKiran,

You can use a JDBC lookup: (Defining JDBC Lookups Graphically - SAP NetWeaver Process Integration - SAP Library)

Also you can use a Sync/Async bridge, SOAP(sync) - JDBC (async) - RFC (sync) (http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80f96dbf-adca-3010-ffb5-daf2d1f0e...). May be this last option is a bit more complicated that the first option, but it has better performance.

Regards.