cancel
Showing results for 
Search instead for 
Did you mean: 

KM documents in REST Architecture

prasad
Participant
0 Kudos

Hi all,

Is there any way to develop a REST based application which accepts the KM Path in URI and returns the particular KM document so that this REST service can be used in any application? we have a similar requirement

Is this can be achieved through KM API and J2EE development component.

Regards

Prasad

Accepted Solutions (0)

Answers (2)

Answers (2)

SandipAgarwalla
Active Contributor
0 Kudos

To add to Lawrence, the above is a SOAP service. If you need REST for KM, you can alway custom develop it using jersey libraries, https://jersey.java.net/

Former Member
0 Kudos

Sure, Im sorry for confusing you, its SOAP of course. But you should be able to implement requirement also with SOAP in generally. Sandip, we dont have any KM REST services on EP at all, right? Thanks,

cheers

SandipAgarwalla
Active Contributor
0 Kudos

I am on the same page as you, Lawrence. no confusion..Yes, currently we dot have any KM REST APIs..

the user asked ,

develop a REST based application which accepts the KM Path 

so I just added to what you said..Yes, it can be done with SOAP too.

Cheers.

Sandip

Former Member
0 Kudos

Yes it can, there is already a service as far I remember, http://10.211.55.7:50000/RepositoryFrameworkWS/Config1?wsdl

but its not documented and you want get any help from SAP on this, I tryed already on my self. So do try and error with SoapUI e.g.

cheers