cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Operations - One Interface

Former Member
0 Kudos

Hi. Dear Experts.

I have many inbound interfaces (around 20)  SOAP - PI - Proxy.  ( to SAP SD and FI)  

We will receive information from 300 points.

I have a question ? , is fine to publish only one web service (URL)  with multiple methods?

or can I split according another features ( like size, frecuency , critical?) and create anothers Communication Channels?

Regards

Fabrizio.

Accepted Solutions (1)

Accepted Solutions (1)

ambrish_mishra
Active Contributor
0 Kudos

HI Fabrizio,

In SOAP sender adapter, don't think you have options to regulate the size, frequency etc ? So  you can go with one Sender interface and multiple operations.

What I would recommend is group the operations by process area and create separate interfaces based on that. Would help in support process and monitoring.

Ambrish

Answers (1)

Answers (1)

former_member223322
Active Participant
0 Kudos

Yes, you can create one Sender interface with multiple operations and you can generate one WSDL for all these operations using one Sender SOAP channel & URL.

~Srini