AchademixWS


Click here for a complete list of operations.

SelectFollowupQuick

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/SelectFollowupQuick"

<?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>
    <SelectFollowupQuick xmlns="http://www.Achademix.com/">
      <SearchString>string</SearchString>
    </SelectFollowupQuick>
  </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>
    <SelectFollowupQuickResponse xmlns="http://www.Achademix.com/">
      <SelectFollowupQuickResult>
        <Followup>
          <AttemptText>string</AttemptText>
          <FollowByName>string</FollowByName>
          <PeriodText>string</PeriodText>
          <StudentID>int</StudentID>
          <VenueCode>string</VenueCode>
          <VenueName>string</VenueName>
          <AttemptNum>int</AttemptNum>
          <ClassStudentID>int</ClassStudentID>
          <DocOnFileReq>boolean</DocOnFileReq>
          <EdEndDate>dateTime</EdEndDate>
          <EdSchool>string</EdSchool>
          <EdStartDate>dateTime</EdStartDate>
          <EdStatus>string</EdStatus>
          <EdStudy>string</EdStudy>
          <EmpAddress>string</EmpAddress>
          <EmpCity>string</EmpCity>
          <EmpContact>string</EmpContact>
          <EmpEmail>string</EmpEmail>
          <EmpEndDate>dateTime</EmpEndDate>
          <EmpJobDuties>string</EmpJobDuties>
          <EmpJobTitle>string</EmpJobTitle>
          <EmpName>string</EmpName>
          <EmpPhone>string</EmpPhone>
          <EmpStartDate>dateTime</EmpStartDate>
          <EmpState>string</EmpState>
          <EmpWageEnd>decimal</EmpWageEnd>
          <EmpWageStart>decimal</EmpWageStart>
          <EmpZip>string</EmpZip>
          <EvalDate>dateTime</EvalDate>
          <FollowupID>int</FollowupID>
          <FuAttemptListID>int</FuAttemptListID>
          <FuImportKey>int</FuImportKey>
          <FuPeriodListID>int</FuPeriodListID>
          <FuStatusListID>int</FuStatusListID>
          <FuUnableListID>int</FuUnableListID>
          <EmpHours>decimal</EmpHours>
          <Note>string</Note>
          <PathStudentID>int</PathStudentID>
          <PersonID>int</PersonID>
          <StaffID>int</StaffID>
        </Followup>
        <Followup>
          <AttemptText>string</AttemptText>
          <FollowByName>string</FollowByName>
          <PeriodText>string</PeriodText>
          <StudentID>int</StudentID>
          <VenueCode>string</VenueCode>
          <VenueName>string</VenueName>
          <AttemptNum>int</AttemptNum>
          <ClassStudentID>int</ClassStudentID>
          <DocOnFileReq>boolean</DocOnFileReq>
          <EdEndDate>dateTime</EdEndDate>
          <EdSchool>string</EdSchool>
          <EdStartDate>dateTime</EdStartDate>
          <EdStatus>string</EdStatus>
          <EdStudy>string</EdStudy>
          <EmpAddress>string</EmpAddress>
          <EmpCity>string</EmpCity>
          <EmpContact>string</EmpContact>
          <EmpEmail>string</EmpEmail>
          <EmpEndDate>dateTime</EmpEndDate>
          <EmpJobDuties>string</EmpJobDuties>
          <EmpJobTitle>string</EmpJobTitle>
          <EmpName>string</EmpName>
          <EmpPhone>string</EmpPhone>
          <EmpStartDate>dateTime</EmpStartDate>
          <EmpState>string</EmpState>
          <EmpWageEnd>decimal</EmpWageEnd>
          <EmpWageStart>decimal</EmpWageStart>
          <EmpZip>string</EmpZip>
          <EvalDate>dateTime</EvalDate>
          <FollowupID>int</FollowupID>
          <FuAttemptListID>int</FuAttemptListID>
          <FuImportKey>int</FuImportKey>
          <FuPeriodListID>int</FuPeriodListID>
          <FuStatusListID>int</FuStatusListID>
          <FuUnableListID>int</FuUnableListID>
          <EmpHours>decimal</EmpHours>
          <Note>string</Note>
          <PathStudentID>int</PathStudentID>
          <PersonID>int</PersonID>
          <StaffID>int</StaffID>
        </Followup>
      </SelectFollowupQuickResult>
    </SelectFollowupQuickResponse>
  </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>
    <SelectFollowupQuick xmlns="http://www.Achademix.com/">
      <SearchString>string</SearchString>
    </SelectFollowupQuick>
  </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>
    <SelectFollowupQuickResponse xmlns="http://www.Achademix.com/">
      <SelectFollowupQuickResult>
        <Followup>
          <AttemptText>string</AttemptText>
          <FollowByName>string</FollowByName>
          <PeriodText>string</PeriodText>
          <StudentID>int</StudentID>
          <VenueCode>string</VenueCode>
          <VenueName>string</VenueName>
          <AttemptNum>int</AttemptNum>
          <ClassStudentID>int</ClassStudentID>
          <DocOnFileReq>boolean</DocOnFileReq>
          <EdEndDate>dateTime</EdEndDate>
          <EdSchool>string</EdSchool>
          <EdStartDate>dateTime</EdStartDate>
          <EdStatus>string</EdStatus>
          <EdStudy>string</EdStudy>
          <EmpAddress>string</EmpAddress>
          <EmpCity>string</EmpCity>
          <EmpContact>string</EmpContact>
          <EmpEmail>string</EmpEmail>
          <EmpEndDate>dateTime</EmpEndDate>
          <EmpJobDuties>string</EmpJobDuties>
          <EmpJobTitle>string</EmpJobTitle>
          <EmpName>string</EmpName>
          <EmpPhone>string</EmpPhone>
          <EmpStartDate>dateTime</EmpStartDate>
          <EmpState>string</EmpState>
          <EmpWageEnd>decimal</EmpWageEnd>
          <EmpWageStart>decimal</EmpWageStart>
          <EmpZip>string</EmpZip>
          <EvalDate>dateTime</EvalDate>
          <FollowupID>int</FollowupID>
          <FuAttemptListID>int</FuAttemptListID>
          <FuImportKey>int</FuImportKey>
          <FuPeriodListID>int</FuPeriodListID>
          <FuStatusListID>int</FuStatusListID>
          <FuUnableListID>int</FuUnableListID>
          <EmpHours>decimal</EmpHours>
          <Note>string</Note>
          <PathStudentID>int</PathStudentID>
          <PersonID>int</PersonID>
          <StaffID>int</StaffID>
        </Followup>
        <Followup>
          <AttemptText>string</AttemptText>
          <FollowByName>string</FollowByName>
          <PeriodText>string</PeriodText>
          <StudentID>int</StudentID>
          <VenueCode>string</VenueCode>
          <VenueName>string</VenueName>
          <AttemptNum>int</AttemptNum>
          <ClassStudentID>int</ClassStudentID>
          <DocOnFileReq>boolean</DocOnFileReq>
          <EdEndDate>dateTime</EdEndDate>
          <EdSchool>string</EdSchool>
          <EdStartDate>dateTime</EdStartDate>
          <EdStatus>string</EdStatus>
          <EdStudy>string</EdStudy>
          <EmpAddress>string</EmpAddress>
          <EmpCity>string</EmpCity>
          <EmpContact>string</EmpContact>
          <EmpEmail>string</EmpEmail>
          <EmpEndDate>dateTime</EmpEndDate>
          <EmpJobDuties>string</EmpJobDuties>
          <EmpJobTitle>string</EmpJobTitle>
          <EmpName>string</EmpName>
          <EmpPhone>string</EmpPhone>
          <EmpStartDate>dateTime</EmpStartDate>
          <EmpState>string</EmpState>
          <EmpWageEnd>decimal</EmpWageEnd>
          <EmpWageStart>decimal</EmpWageStart>
          <EmpZip>string</EmpZip>
          <EvalDate>dateTime</EvalDate>
          <FollowupID>int</FollowupID>
          <FuAttemptListID>int</FuAttemptListID>
          <FuImportKey>int</FuImportKey>
          <FuPeriodListID>int</FuPeriodListID>
          <FuStatusListID>int</FuStatusListID>
          <FuUnableListID>int</FuUnableListID>
          <EmpHours>decimal</EmpHours>
          <Note>string</Note>
          <PathStudentID>int</PathStudentID>
          <PersonID>int</PersonID>
          <StaffID>int</StaffID>
        </Followup>
      </SelectFollowupQuickResult>
    </SelectFollowupQuickResponse>
  </soap12:Body>
</soap12:Envelope>