cancel
Showing results for 
Search instead for 
Did you mean: 

SOA Landscape with PI7.1 and ECC

Former Member
0 Kudos

Hello Everybody,

I was reading through few documentation and communication thread but could not able to get the exact answer for the below question.

1. What is SOA Architecture "Technically"?

2. How do we link SOA with PI7.1?

3. What is the procedure to implement SOA?

4. After implementation how we need to link PI7.1, ECC and Portal?

Appreciate your answer or any link specific to above questions.

Thanks,

Dhill

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

> What is SOA Architecture "Technically"?

SOA is service oriented Architecture. In a simple step think about a web service which is part of SOA.

>How do we link SOA with PI7.1?

Through PI 7.1 you can create, register and host web service for the external systems. So PI 7.1 is considered as SOA middleware.

>3. What is the procedure to implement SOA?

Let us consider hosting webservice through PI. That means you might need to create scenario and use say soap sender adapter. After that you can register webservice using service registry tool and let others to consume your hosted webservice.

>4. After implementation how we need to link PI7.1, ECC and Portal?

Say host webservice using sender interface and soap adaper on the sender side. Use proxy on the receiver side. Provide WSDL to the portal team and let portal team consume your webservice using pi7.1 on the sender. If you create soap(webservice) to proxy scenario(receiver) using PI, you can connect portal to ecc via pi 7.1.

Search SDN forum for these topics.