cancel
Showing results for 
Search instead for 
Did you mean: 

polymorphism with PI 7.1

Former Member
0 Kudos

Hi guys,

Do you know if it is possible to use polymorphism in PI 7.1 for web services. I mean, the ability to address differently implemented methods, which belong to different objects of different classes, with the same name and using the same interface.

Thanks in advance,

Ricardo.

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

The same service interface in ESR could have multiple operation of various types.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

Thanks for you quick answer.

I've been searching about this subject and I can't find an example of how to implement it. Do you know any documentation that could help me on this?

Thanks very much & regards,

Ricardo.

prateek
Active Contributor
0 Kudos

Check this SAP Tutor link

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30efd18a-5667-2a10-2ebc-b11032bfb...

Install SAP Tutor (if you don't have it already). You may search it on sdn and download for free.

Regards,

Prateek

Former Member
0 Kudos

Thanks Prateek,

I whatched the presentation and a question came out: Is it mandatory to use the pattern TU&C/C in a WS-RM mode?

Thanks once again,

Ricardo.

prateek
Active Contributor
0 Kudos

The purpose of TU&C/C is reliable messaging. So in my opinion, it should be mandatory but I am not very sure about it.

This will be surely of your ineterest

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50a1a52b-688c-2a10-bc91-8985e4a1...

Regards,

Prateek

Former Member
0 Kudos

Sorry the misunderstand Prateek

My question is: in order to use several operators (polymorphism) is mandatory to use WS-RM or TU&C/C?

Regards,

Ricardo.