AchademixWS


Click here for a complete list of operations.

SelectAuthenticationByUsersID

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 /AxWCC1474WS/AchademixWS.asmx HTTP/1.1
Host: wcccws.achademix.info
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.Achademix.com/SelectAuthenticationByUsersID"

<?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:Header>
    <AchademixHeader xmlns="http://www.Achademix.com/">
      <AuthenticationID>string</AuthenticationID>
      <ErrorDetails>string</ErrorDetails>
      <ErrorMessage>string</ErrorMessage>
    </AchademixHeader>
  </soap:Header>
  <soap:Body>
    <SelectAuthenticationByUsersID xmlns="http://www.Achademix.com/">
      <UsersID>int</UsersID>
    </SelectAuthenticationByUsersID>
  </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:Header>
    <AchademixHeader xmlns="http://www.Achademix.com/">
      <AuthenticationID>string</AuthenticationID>
      <ErrorDetails>string</ErrorDetails>
      <ErrorMessage>string</ErrorMessage>
    </AchademixHeader>
  </soap:Header>
  <soap:Body>
    <SelectAuthenticationByUsersIDResponse xmlns="http://www.Achademix.com/">
      <SelectAuthenticationByUsersIDResult>
        <Authentication>
          <Errors>int</Errors>
          <Group>string</Group>
          <Logins>int</Logins>
          <Minutes>int</Minutes>
          <Notifications>int</Notifications>
          <PerPrefName>string</PerPrefName>
          <User>
            <AuthenticationID>string</AuthenticationID>
            <FieldAccessLevel>int</FieldAccessLevel>
            <FieldEditLevel>int</FieldEditLevel>
            <Group xsi:nil="true" />
            <IPAddress>string</IPAddress>
            <Person xsi:nil="true" />
            <ReportAccessLevel>int</ReportAccessLevel>
            <ReportEditLevel>int</ReportEditLevel>
            <Reset>boolean</Reset>
            <SocialNetwork xsi:nil="true" />
            <Staff xsi:nil="true" />
            <GroupsID>int</GroupsID>
            <L1AccessKey>base64Binary</L1AccessKey>
            <L2AccessKey>base64Binary</L2AccessKey>
            <PersonID>int</PersonID>
            <Login>string</Login>
            <PictureIDusr>int</PictureIDusr>
            <UsersID>int</UsersID>
            <AccessKey>base64Binary</AccessKey>
            <Answer>string</Answer>
            <Calendar>string</Calendar>
            <UsrEmail>string</UsrEmail>
            <KeyDate>dateTime</KeyDate>
            <LastLogin>dateTime</LastLogin>
            <MustChangePwd>boolean</MustChangePwd>
            <Question>string</Question>
            <Status>int</Status>
            <UsrTempPwd>string</UsrTempPwd>
            <UseAD>boolean</UseAD>
            <CalendarID>int</CalendarID>
          </User>
          <UserLogin>string</UserLogin>
          <AuthenticationID>string</AuthenticationID>
          <DeviceName>string</DeviceName>
          <LoginTime>dateTime</LoginTime>
          <LogoutTime>dateTime</LogoutTime>
          <TCPAddress>string</TCPAddress>
          <UsersID>int</UsersID>
          <WindowsUser>string</WindowsUser>
          <ExistsInDB>boolean</ExistsInDB>
        </Authentication>
        <Authentication>
          <Errors>int</Errors>
          <Group>string</Group>
          <Logins>int</Logins>
          <Minutes>int</Minutes>
          <Notifications>int</Notifications>
          <PerPrefName>string</PerPrefName>
          <User>
            <AuthenticationID>string</AuthenticationID>
            <FieldAccessLevel>int</FieldAccessLevel>
            <FieldEditLevel>int</FieldEditLevel>
            <Group xsi:nil="true" />
            <IPAddress>string</IPAddress>
            <Person xsi:nil="true" />
            <ReportAccessLevel>int</ReportAccessLevel>
            <ReportEditLevel>int</ReportEditLevel>
            <Reset>boolean</Reset>
            <SocialNetwork xsi:nil="true" />
            <Staff xsi:nil="true" />
            <GroupsID>int</GroupsID>
            <L1AccessKey>base64Binary</L1AccessKey>
            <L2AccessKey>base64Binary</L2AccessKey>
            <PersonID>int</PersonID>
            <Login>string</Login>
            <PictureIDusr>int</PictureIDusr>
            <UsersID>int</UsersID>
            <AccessKey>base64Binary</AccessKey>
            <Answer>string</Answer>
            <Calendar>string</Calendar>
            <UsrEmail>string</UsrEmail>
            <KeyDate>dateTime</KeyDate>
            <LastLogin>dateTime</LastLogin>
            <MustChangePwd>boolean</MustChangePwd>
            <Question>string</Question>
            <Status>int</Status>
            <UsrTempPwd>string</UsrTempPwd>
            <UseAD>boolean</UseAD>
            <CalendarID>int</CalendarID>
          </User>
          <UserLogin>string</UserLogin>
          <AuthenticationID>string</AuthenticationID>
          <DeviceName>string</DeviceName>
          <LoginTime>dateTime</LoginTime>
          <LogoutTime>dateTime</LogoutTime>
          <TCPAddress>string</TCPAddress>
          <UsersID>int</UsersID>
          <WindowsUser>string</WindowsUser>
          <ExistsInDB>boolean</ExistsInDB>
        </Authentication>
      </SelectAuthenticationByUsersIDResult>
    </SelectAuthenticationByUsersIDResponse>
  </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 /AxWCC1474WS/AchademixWS.asmx HTTP/1.1
Host: wcccws.achademix.info
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:Header>
    <AchademixHeader xmlns="http://www.Achademix.com/">
      <AuthenticationID>string</AuthenticationID>
      <ErrorDetails>string</ErrorDetails>
      <ErrorMessage>string</ErrorMessage>
    </AchademixHeader>
  </soap12:Header>
  <soap12:Body>
    <SelectAuthenticationByUsersID xmlns="http://www.Achademix.com/">
      <UsersID>int</UsersID>
    </SelectAuthenticationByUsersID>
  </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:Header>
    <AchademixHeader xmlns="http://www.Achademix.com/">
      <AuthenticationID>string</AuthenticationID>
      <ErrorDetails>string</ErrorDetails>
      <ErrorMessage>string</ErrorMessage>
    </AchademixHeader>
  </soap12:Header>
  <soap12:Body>
    <SelectAuthenticationByUsersIDResponse xmlns="http://www.Achademix.com/">
      <SelectAuthenticationByUsersIDResult>
        <Authentication>
          <Errors>int</Errors>
          <Group>string</Group>
          <Logins>int</Logins>
          <Minutes>int</Minutes>
          <Notifications>int</Notifications>
          <PerPrefName>string</PerPrefName>
          <User>
            <AuthenticationID>string</AuthenticationID>
            <FieldAccessLevel>int</FieldAccessLevel>
            <FieldEditLevel>int</FieldEditLevel>
            <Group xsi:nil="true" />
            <IPAddress>string</IPAddress>
            <Person xsi:nil="true" />
            <ReportAccessLevel>int</ReportAccessLevel>
            <ReportEditLevel>int</ReportEditLevel>
            <Reset>boolean</Reset>
            <SocialNetwork xsi:nil="true" />
            <Staff xsi:nil="true" />
            <GroupsID>int</GroupsID>
            <L1AccessKey>base64Binary</L1AccessKey>
            <L2AccessKey>base64Binary</L2AccessKey>
            <PersonID>int</PersonID>
            <Login>string</Login>
            <PictureIDusr>int</PictureIDusr>
            <UsersID>int</UsersID>
            <AccessKey>base64Binary</AccessKey>
            <Answer>string</Answer>
            <Calendar>string</Calendar>
            <UsrEmail>string</UsrEmail>
            <KeyDate>dateTime</KeyDate>
            <LastLogin>dateTime</LastLogin>
            <MustChangePwd>boolean</MustChangePwd>
            <Question>string</Question>
            <Status>int</Status>
            <UsrTempPwd>string</UsrTempPwd>
            <UseAD>boolean</UseAD>
            <CalendarID>int</CalendarID>
          </User>
          <UserLogin>string</UserLogin>
          <AuthenticationID>string</AuthenticationID>
          <DeviceName>string</DeviceName>
          <LoginTime>dateTime</LoginTime>
          <LogoutTime>dateTime</LogoutTime>
          <TCPAddress>string</TCPAddress>
          <UsersID>int</UsersID>
          <WindowsUser>string</WindowsUser>
          <ExistsInDB>boolean</ExistsInDB>
        </Authentication>
        <Authentication>
          <Errors>int</Errors>
          <Group>string</Group>
          <Logins>int</Logins>
          <Minutes>int</Minutes>
          <Notifications>int</Notifications>
          <PerPrefName>string</PerPrefName>
          <User>
            <AuthenticationID>string</AuthenticationID>
            <FieldAccessLevel>int</FieldAccessLevel>
            <FieldEditLevel>int</FieldEditLevel>
            <Group xsi:nil="true" />
            <IPAddress>string</IPAddress>
            <Person xsi:nil="true" />
            <ReportAccessLevel>int</ReportAccessLevel>
            <ReportEditLevel>int</ReportEditLevel>
            <Reset>boolean</Reset>
            <SocialNetwork xsi:nil="true" />
            <Staff xsi:nil="true" />
            <GroupsID>int</GroupsID>
            <L1AccessKey>base64Binary</L1AccessKey>
            <L2AccessKey>base64Binary</L2AccessKey>
            <PersonID>int</PersonID>
            <Login>string</Login>
            <PictureIDusr>int</PictureIDusr>
            <UsersID>int</UsersID>
            <AccessKey>base64Binary</AccessKey>
            <Answer>string</Answer>
            <Calendar>string</Calendar>
            <UsrEmail>string</UsrEmail>
            <KeyDate>dateTime</KeyDate>
            <LastLogin>dateTime</LastLogin>
            <MustChangePwd>boolean</MustChangePwd>
            <Question>string</Question>
            <Status>int</Status>
            <UsrTempPwd>string</UsrTempPwd>
            <UseAD>boolean</UseAD>
            <CalendarID>int</CalendarID>
          </User>
          <UserLogin>string</UserLogin>
          <AuthenticationID>string</AuthenticationID>
          <DeviceName>string</DeviceName>
          <LoginTime>dateTime</LoginTime>
          <LogoutTime>dateTime</LogoutTime>
          <TCPAddress>string</TCPAddress>
          <UsersID>int</UsersID>
          <WindowsUser>string</WindowsUser>
          <ExistsInDB>boolean</ExistsInDB>
        </Authentication>
      </SelectAuthenticationByUsersIDResult>
    </SelectAuthenticationByUsersIDResponse>
  </soap12:Body>
</soap12:Envelope>