cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating Siebel CRM - WSDL & JMS

baskar_ramasamy
Participant
0 Kudos

Hi Experts,

We are planning to integrate ECC & Siebel CRM using PI. what would be the best adapter for processing Synchronous and Asynchronous transactions.

My idea is to use the below ,

PI <-> Siebel:

1.SOAP for Synchronous communication from PI to Siebel or Siebel to PI.

2.JMS for Asynchronous communication from PI to Siebel.

PI <-> ECC:

1. PROXY for Synchronous and Asynchronous communication from PI to ECC.

Can we use HTTP.

Please correct me if i am wrong, need your inputs on this.

Note: data transfer would be huge.

Thanks,

Baskar

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

SOAP adapter for SIEBEL

Proxy for ECC

JMS Adapter for MQ.

Answers (3)

Answers (3)

baskar_ramasamy
Participant
0 Kudos

Thanks Rajasekar & Baskar 🙂

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>Can we use HTTP.?

You can use http too. But again soap uses only http transport protocol. If the SIEBEL system supports web service then you can use SOAP receiver to interface it.

For high volume messages, SOAP adapter is comparatively  better.  

baskar_ramasamy
Participant
0 Kudos

can any one help me on this please.....