cancel
Showing results for 
Search instead for 
Did you mean: 

Portal API's from .Net

Former Member
0 Kudos

Is it possible to call portal API's from .Net? Is there any documentation concerning this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello, Here is the link of the latest PDK documentation:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.wcm.compound.docs//library/uuid/4...

In my case I created some Java webservices to expose some functionality, because there is not .NET assemblies for all the portal API's (as far as I know), and I'm using these webservices in my .NET iViews.

Hope this helps.