Hello guys,
am using the web service below to retrieve users of a position:
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Body>
<getPositionUsers xmlns="http://schemas.cordys.com/userassignment/CareUserAssignmentReader/1.0" jobID="" async="" workspaceID="">
<WorkspaceID>PARAMETER</WorkspaceID>
<assignmentRoot>PARAMETER</assignmentRoot>
<unitId>PARAMETER</unitId>
<roleDN>PARAMETER</roleDN>
</getPositionUsers>
</SOAP:Body>
</SOAP:Envelope>
i would like to know how to get a WorkspaceID ?
Many thanks in advance,