SOAP Gettting GLOBAL- UNIQUE-ID

Discuss Scalix Management Services ( formerly Scalix Admin Console )

Moderator: ScalixSupport

ericblanchette
Posts: 12
Joined: Fri Mar 09, 2007 2:22 pm
Location: Lachine, Quebec
Contact:

SOAP Gettting GLOBAL- UNIQUE-ID

Postby ericblanchette » Wed Apr 11, 2007 5:38 pm

Hello,
I'm currently developing a Scalix connector using the SOAP interface. I've looked over the documentation and I can find an elegant way of getting the GLOBAL- UNIQUE-ID. Right now I have to perform a “Loginâ€

ericblanchette
Posts: 12
Joined: Fri Mar 09, 2007 2:22 pm
Location: Lachine, Quebec
Contact:

Postby ericblanchette » Wed Apr 11, 2007 6:07 pm

I think I found it :wink:

Use the GetUsersList and apply a filter. Also set max records to 1.

Code: Select all

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soapenv:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<soapenv:Body>
<scalix-caa:CAARequestMessage xmlns:scalix-caa="http://www.scalix.com/caa">
<ServiceType>scalix.res</ServiceType>
<FunctionName>GetUsersList</FunctionName>
<scalix-caa:Credentials id="12345">
<scalix-caa:Identity name="Maven.Admin@scalix.myrealpage.com" passwd="*****"/>
</scalix-caa:Credentials>
<scalix-caa:GetUsersListParameters maxRecords="1">
<scalix-caa:filters>
<scalix-caa:mailfilter value="Maven.Test@scalix.myrealpage.com"/>
</scalix-caa:filters>
</scalix-caa:GetUsersListParameters>
</scalix-caa:CAARequestMessage>
</soapenv:Body>
</soapenv:Envelope>



Return to “Scalix Management Services”



Who is online

Users browsing this forum: No registered users and 2 guests