Hi,
We are trying to remove a member from a project role using Collaboratiob Webservice but getting below error. Need your assistance in resolving the issue.
We tried also to assign but that is also not working. And with by passing different roles COORDINATOR,MEMBER.
Request:
<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:Collaboration.service.livelink.opentext.com" xmlns:urn1="urn:api.ecm.opentext.com">
<x:Header>
<urn1:OTAuthentication>
<urn1:AuthenticationToken>dUEbiesC053wD1acqdt1q50dqKndUPQNEm3d78Tqf3TtPmECdSS7lnt87CTqWRsK</urn1:AuthenticationToken>
</urn1:OTAuthentication>
</x:Header>
<x:Body>
<urn:UpdateProjectParticipants>
<urn:projectID>8238212</urn:projectID>
<urn:roleUpdateInfo>
<urn:Role>GUEST</urn:Role>
<urn:RoleAction>REMOVE</urn:RoleAction>
<urn:UserID>23233232</urn:UserID>
</urn:roleUpdateInfo>
</urn:UpdateProjectParticipants>
</x:Body>
</x:Envelope>
Response:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode xmlns:a="urn:Collaboration.service.livelink.opentext.com">a:Collaboration.FailedToRemoveMemberFromRole</faultcode>
<faultstring xml:lang="en-US">Failed to remove Member from Role.</faultstring>
</s:Fault>
</s:Body>
</s:Envelope>
Regards,
Khurram Shahzad