cancel
Showing results for 
Search instead for 
Did you mean: 

GP API within Portal Application Development

Former Member
0 Kudos
54

Hello everyone!

Can somebody tell me how to use the GPI API within the development of a Portal Application like a KM Service.

I want to create a Scheduler Task that starts a GP using the GP API.

I don't know which sharing reference to use. If I simply include the corresponding jar in the project I'm going to get errors like class definition not found.

Thanks for your help!

Best regards,

Stephen Said!

Message was edited by: Stephen Said

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Stephen,

The way which I know is to implement own web service and call according methods from your portal application. Just add sap.com/cafeugp~api DC/library reference to your webservice module/application and use GP provided api in your custom webservice methods.

Aliaksei