cancel
Showing results for 
Search instead for 
Did you mean: 

Km Web Services Authorisations

Former Member
0 Kudos

I was wondering if anyone has any knowledge on how to apply permissions to a resource using km web services api or if this can be done using km

?

What i am looking for is to apply:

setPermissions,getPermissions to a resource

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You are talking about: http://10.211.55.7:50000/RepositoryFrameworkWS/Config1?wsdl?

There are no getter/setter for permissions with methods like you have mentioned as far I have seen? only getSupportedPermissions:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:RepositoryFrameworkWSVi">

   <soapenv:Header/>

   <soapenv:Body>

      <urn:getSupportedPermissions>

         <urn:rid>?</urn:rid>

      </urn:getSupportedPermissions>

   </soapenv:Body>

</soapenv:Envelope>

Anyway, I remember to have asked myself same a while ago:

Afaik, there is simply nothing documented: I never got an answer, nor found something on my own. My suggestion would be: write your own service, instead of reengineering undocumented stuff.

cheers