cancel
Showing results for 
Search instead for 
Did you mean: 

KM acess from Java application

Former Member
0 Kudos

Hi Experts,

I want to write a Java application, which would acess the SAP Knowledge Managemnet i want to build the functionality like

Uploading/Downloading a documet into KM

Creating a Folder in KM

Does the KMApi will be useful in this application

Please help me out in this issue

Regards

Noel Maria Deepak

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi! Noel,

you can write a Webdynpro application for this purpose and use SAP KM API's.

if you are aware of WebDynpro development then it's wonderful otherwise search SDN for this kind of Application.

Webdynpro is nothing but an MVC architecture. you need to have NWDS as in Integrated Development Environment to develop WebDynpro appl which is freely available on SDN.

giving you link to start with WebDynpro appl...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de1...

Hope this will be helpful to you.

regards,

sahu

Former Member
0 Kudos

Hi Sachu

Thanks for your reply since i need to convert the java application in to webservice i cannot go for webdynpro can u tell me how to upload the documnet in java application it self

Former Member
0 Kudos

Hi! Noel,

From your post it's not clear to me that it's your requirement to develop webService in Java or you are wondering that you need to develop your Java appl to webService for WebDynpro framework.

waiting for your reply.

regards,

sahu

Former Member
0 Kudos

Hi Sahu

I want to develop a webservice that could upload and download in KM

since i cant create webservie in webdynpro java i want to use

java application.

I need to use the webservice in VC application furthur

Regards

Noel

Former Member
0 Kudos

Hi! Noel,

Thanks,I got it.

Now coming back to your question, you want to develop a webservice to upload/download a doc in KM.

i think there is no need to go for KM API.KM API's is used if you want to deal with any file of KM.

i guess Apache has already provide this kind of Api and you can use those jar files.

regards,

sahu

Former Member
0 Kudos

Hi Noel,

Did u find a solution for your query.

I also have the same requirement.Please share the solution if you have.

Regards,

Pradeep

Answers (1)

Answers (1)

Former Member
0 Kudos

Problem not solved