ProcEngWebService
Click here for a complete list of operations.
SearchSSMUserInfo2
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /SSMWS/ProcEngWebService.asmx HTTP/1.1
Host: ta.nmwtra.org.uk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.tensor.com/SearchSSMUserInfo2"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SearchSSMUserInfo2 xmlns="http://www.tensor.com/">
<token>string</token>
<systemID>int</systemID>
<sysDT>dateTime</sysDT>
<surname>string</surname>
<username>string</username>
<roleId>int</roleId>
<status>int</status>
<isAdministrator>boolean</isAdministrator>
<isSelfApprover>boolean</isSelfApprover>
<optOutOfEmails>boolean</optOutOfEmails>
<receiveTaskListReminderEmail>boolean</receiveTaskListReminderEmail>
<skip>int</skip>
<take>int</take>
</SearchSSMUserInfo2>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SearchSSMUserInfo2Response xmlns="http://www.tensor.com/">
<SearchSSMUserInfo2Result>
<MatchingUserCount>int</MatchingUserCount>
<FilteredUsers>
<SSMUserInfo>
<UserID>int</UserID>
<Username>string</Username>
<AccountStatus>int</AccountStatus>
<EmployeeName>string</EmployeeName>
<EmployeeCode>string</EmployeeCode>
<RoleID>int</RoleID>
<AdminUser>boolean</AdminUser>
<SelfApprover>boolean</SelfApprover>
<OptOutOfEmails>boolean</OptOutOfEmails>
<TaskListEmail>boolean</TaskListEmail>
<OverrideSiteSecurity>boolean</OverrideSiteSecurity>
<IsSupervisor>boolean</IsSupervisor>
<DirectoryUser>boolean</DirectoryUser>
<USBLogin>boolean</USBLogin>
<OptOutOfSupvEmails>boolean</OptOutOfSupvEmails>
</SSMUserInfo>
<SSMUserInfo>
<UserID>int</UserID>
<Username>string</Username>
<AccountStatus>int</AccountStatus>
<EmployeeName>string</EmployeeName>
<EmployeeCode>string</EmployeeCode>
<RoleID>int</RoleID>
<AdminUser>boolean</AdminUser>
<SelfApprover>boolean</SelfApprover>
<OptOutOfEmails>boolean</OptOutOfEmails>
<TaskListEmail>boolean</TaskListEmail>
<OverrideSiteSecurity>boolean</OverrideSiteSecurity>
<IsSupervisor>boolean</IsSupervisor>
<DirectoryUser>boolean</DirectoryUser>
<USBLogin>boolean</USBLogin>
<OptOutOfSupvEmails>boolean</OptOutOfSupvEmails>
</SSMUserInfo>
</FilteredUsers>
</SearchSSMUserInfo2Result>
</SearchSSMUserInfo2Response>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /SSMWS/ProcEngWebService.asmx HTTP/1.1
Host: ta.nmwtra.org.uk
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SearchSSMUserInfo2 xmlns="http://www.tensor.com/">
<token>string</token>
<systemID>int</systemID>
<sysDT>dateTime</sysDT>
<surname>string</surname>
<username>string</username>
<roleId>int</roleId>
<status>int</status>
<isAdministrator>boolean</isAdministrator>
<isSelfApprover>boolean</isSelfApprover>
<optOutOfEmails>boolean</optOutOfEmails>
<receiveTaskListReminderEmail>boolean</receiveTaskListReminderEmail>
<skip>int</skip>
<take>int</take>
</SearchSSMUserInfo2>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SearchSSMUserInfo2Response xmlns="http://www.tensor.com/">
<SearchSSMUserInfo2Result>
<MatchingUserCount>int</MatchingUserCount>
<FilteredUsers>
<SSMUserInfo>
<UserID>int</UserID>
<Username>string</Username>
<AccountStatus>int</AccountStatus>
<EmployeeName>string</EmployeeName>
<EmployeeCode>string</EmployeeCode>
<RoleID>int</RoleID>
<AdminUser>boolean</AdminUser>
<SelfApprover>boolean</SelfApprover>
<OptOutOfEmails>boolean</OptOutOfEmails>
<TaskListEmail>boolean</TaskListEmail>
<OverrideSiteSecurity>boolean</OverrideSiteSecurity>
<IsSupervisor>boolean</IsSupervisor>
<DirectoryUser>boolean</DirectoryUser>
<USBLogin>boolean</USBLogin>
<OptOutOfSupvEmails>boolean</OptOutOfSupvEmails>
</SSMUserInfo>
<SSMUserInfo>
<UserID>int</UserID>
<Username>string</Username>
<AccountStatus>int</AccountStatus>
<EmployeeName>string</EmployeeName>
<EmployeeCode>string</EmployeeCode>
<RoleID>int</RoleID>
<AdminUser>boolean</AdminUser>
<SelfApprover>boolean</SelfApprover>
<OptOutOfEmails>boolean</OptOutOfEmails>
<TaskListEmail>boolean</TaskListEmail>
<OverrideSiteSecurity>boolean</OverrideSiteSecurity>
<IsSupervisor>boolean</IsSupervisor>
<DirectoryUser>boolean</DirectoryUser>
<USBLogin>boolean</USBLogin>
<OptOutOfSupvEmails>boolean</OptOutOfSupvEmails>
</SSMUserInfo>
</FilteredUsers>
</SearchSSMUserInfo2Result>
</SearchSSMUserInfo2Response>
</soap12:Body>
</soap12:Envelope>