cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Business System

former_member234749
Participant
0 Kudos

Hi All,

I am working on JDBC to SOAP interface using BPM. Here we have two webservices receiver side. Based on the condition i need to send the data to the webservices.

Can any one please clarify, do we need two business systems for the two webservices or can we use one business system for two webservices?

If we can use one business system for the two webservices then where do we need to put the condition to route the message to webservices?

Thanks In Advance!

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Single Business System is Sufficient ..

You can Specify the condition in Mapping by writing simple UDF..

Use Dynamic Configuration and pass the Target URL dynamically through UDF based on condition

Former Member
0 Kudos

Hi,

You can maintian condition in Interface Determination if you are using only one Business system.

In Interface Determination give the following details,

Sender Info like Business system,outbound interface,namespace

Receiver Business system

Condition1->Operation Mapping1->InboundInterface1->namespace

Condition2->Operation Mapping2->InboundInterface2->namespace

Regards,

Sunitha

PriyankaAnagani
Active Contributor
0 Kudos

Hi,

You can use one business system only...specify the condition in interface determination.

Regards

Priyanka

former_member189387
Active Contributor
0 Kudos

Hi ,

Are you using as follows

1. Receive

2.Sync send

3.Receive 1

4.Receive 2

if you are doing in mapping , then in interface determination you can give condition .