cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP sender adapter and XI adapter reusablity

Former Member
0 Kudos

Hi,

We are having good amount of interfaces using SOAP sender and XI Adapters (WS to Proxy scenarios).

My question is :

we can make reuse of Sender SOAP and Rcvr XI adapters in all scenarios.

If we reuse these adapters in all our interfaces what are the limitations and any problems we may face in future?

Replies will be highly helpful.

Thanks

Kishore

Edited by: kishore kumar on Jan 21, 2010 7:23 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Kishore,

As Salvi mentioned, SOAP sender depends on the Sender Message Interface and Namespace. For SAP PI 7.1, you can have single service interface having multiple operations for each of the message types. If you can do this , you can surely make use of a single soap adapter across all the scenarios and same with the case of XI adapter(if only the receiver is ECC across all the interfaces).

Regards,

Swetha.

former_member200962
Active Contributor
0 Kudos

SOAP sender depends on the Sender Message Interface and Namespace (in versions lower than SAP PI7.1) so if your scenarios satisfy these parameters then you can (rather should) re-use the channels.

Similarly for the PROXY receiver channel....if the proxy is being hosted on one particular receiver SAP ECC system then the details in all the channels that you create will be the same and wont be recommended....hence even this can be re-used.

There is no issue in re-using the channels....just that you should closely monitor these channels to ensure that they do not stop/ fail causing all the involved interfaces to stuck.

Regards,

Abhishek.

Former Member
0 Kudos

Comm Chan. adapter objects can be reused. Should not cause any issue.