cancel
Showing results for 
Search instead for 
Did you mean: 

My scenario soap to soap scenario

Former Member
0 Kudos

i am new in pi, Can u explain how to create the multiple operations at receiver side.

View Entire Topic
Former Member
0 Kudos

hi k dasari ,

We have two approaches to handle the Multiple Operations at Soap Receiver Side.

Those are

Approach 1: Statically

Based on the number of Operations we have to create those many Service Interfaces and Receiver Communication channels and Receiver Agreements.

Adv: donu2019t need to create any udf.

Dis.adv: If we have create multiple Operations then we need to create multiple Service Interfaces and Receiver Communication Channels and Receiver Agreements.

Approach 2: Dynamically

By Creating Single Service Interface with multiple operations and Single Receiver Communication Channel and Receiver Agreement we can achieve this.

In the Second Approach we are going to use Dynamic Configuration Concept to get the Soap Action Dynamically from the Mapping.

Adv: we donu2019t need to create multiple comm...Channels and agreementsu2026

thanks,

sankar.s

Former Member
0 Kudos

Thanks