cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy-Soap-Jdbc Async/Sync Bridge

Former Member
0 Kudos

Hi,

i Have a scenario where clinet proxy will send data to Webservice request and again webservice response will send data to jdbc.

its proxy-->soap request->soap Response --->database

So i m thinking to use BPM using async/sync bridge .

Please let me know the work flow and BPM step for the configuration of the scenario. if possible please decribe the steps.

Regards

Laxmi Bhushan

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

Receive (Proxy_message) --> Transformation --> Send (Mode = Sync...SOAP message) --> Transformation --> Send (mode = Async..JDBC req)

Regards,

Abhishek.

Former Member
0 Kudos

getting Error like No receiver could be determined NO_RECEIVER_CASE_ASYNC.

I have checked all concerned possibilities but its giving me same error.

Pls suggest

regards

Laxmi Bhushan

former_member200962
Active Contributor
0 Kudos
I have checked all concerned possibilities but its giving me same error.

What possibilities have you tried till now?

Either the config is wrong (in ID)....or objects are not properly created....or the cache is not updated properly for the BPM (return code might not be 0 in SXI_CACHE for your BPM).

Regards,

Abhishek.

Former Member
0 Kudos

hi,

It seems that i have done some confiugration mistek in ID but i m not able to find out. Could u please give me the flow of ID configuaration for the given scenario. so that i can match the configuration.

Proxy is sending data to webservice and webservice response to jdbc.

Pls decribe the ID configuration.

Regards

Laxmi Bhushan

former_member200962
Active Contributor
0 Kudos

Run the configuration wizard thrice:

1) Proxy --> BPM

ID Objects: RD, ID

2) BPM <--> SOAP

ID objects: RD, ID, RA

3) BPM --> JDBC

ID Objects: RD, ID, RA

RD - Receiver Determination

ID - Interface Determination

RA - Receiver Agreement.

As mentioned earlier did you checked return code in SXI_CACHE?

Regards,

Abhishek.

Former Member
0 Kudos
As mentioned earlier did you checked return code in SXI_CACHE?

yes

I m reconfiguring ID.

Answers (0)