AchademixWS


Click here for a complete list of operations.

SelectCourseByID

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

<?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>
    <SelectCourseByID xmlns="http://www.Achademix.com/">
      <CourseID>int</CourseID>
    </SelectCourseByID>
  </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>
    <SelectCourseByIDResponse xmlns="http://www.Achademix.com/">
      <SelectCourseByIDResult>
        <Category>
          <BannerFile>string</BannerFile>
          <BannerID>int</BannerID>
          <Code>string</Code>
          <CrsCategoryListID>int</CrsCategoryListID>
          <ImageFile>string</ImageFile>
          <PictureID>int</PictureID>
          <Publish>boolean</Publish>
          <Title>string</Title>
          <IsActive>boolean</IsActive>
          <IsSystem>boolean</IsSystem>
          <ListOrder>string</ListOrder>
          <Federal>string</Federal>
          <State>string</State>
          <SIF>string</SIF>
        </Category>
        <DocCTAN>boolean</DocCTAN>
        <Documents>
          <CourseNote>
            <Note xsi:nil="true" />
            <NoteType xsi:nil="true" />
            <CourseID>int</CourseID>
            <CourseNoteID>int</CourseNoteID>
            <CrsNotTypeListID>int</CrsNotTypeListID>
            <NoteID>int</NoteID>
          </CourseNote>
          <CourseNote>
            <Note xsi:nil="true" />
            <NoteType xsi:nil="true" />
            <CourseID>int</CourseID>
            <CourseNoteID>int</CourseNoteID>
            <CrsNotTypeListID>int</CrsNotTypeListID>
            <NoteID>int</NoteID>
          </CourseNote>
        </Documents>
        <StatusTitle>string</StatusTitle>
        <Summary>
          <AllText>string</AllText>
          <CurrentActiveCount>int</CurrentActiveCount>
          <CurrentCanceledClasses>int</CurrentCanceledClasses>
          <CurrentClosedClasses>int</CurrentClosedClasses>
          <CurrentCompletedCount>int</CurrentCompletedCount>
          <CurrentDroppedCount>int</CurrentDroppedCount>
          <CurrentEndedClasses>int</CurrentEndedClasses>
          <CurrentEnrollmentCount>int</CurrentEnrollmentCount>
          <CurrentFullClasses>int</CurrentFullClasses>
          <CurrentHoldClasses>int</CurrentHoldClasses>
          <CurrentOpenClasses>int</CurrentOpenClasses>
          <CurrentPendingClasses>int</CurrentPendingClasses>
          <CurrentPendingCount>int</CurrentPendingCount>
          <CurrentTeacherCount>int</CurrentTeacherCount>
          <CurrentWaitingCount>int</CurrentWaitingCount>
        </Summary>
        <DataLock>boolean</DataLock>
        <AccountID>int</AccountID>
        <CIPListID>int</CIPListID>
        <ClsTypeListID>int</ClsTypeListID>
        <CourseID>int</CourseID>
        <AlertLevel>int</AlertLevel>
        <AttendHrs>decimal</AttendHrs>
        <CrsCategoryListID>int</CrsCategoryListID>
        <CatelogCode>string</CatelogCode>
        <Code>string</Code>
        <CreditHrs>decimal</CreditHrs>
        <CrsCreditTypeListID>int</CrsCreditTypeListID>
        <CTAN>string</CTAN>
        <Description>string</Description>
        <Gender>int</Gender>
        <GeneralEd>boolean</GeneralEd>
        <GPRequired>decimal</GPRequired>
        <ImageFile>string</ImageFile>
        <ImportKey>int</ImportKey>
        <InternalNote>string</InternalNote>
        <IsActive>boolean</IsActive>
        <LabHrs>decimal</LabHrs>
        <CrsLevelListID>int</CrsLevelListID>
        <MaxSeats>int</MaxSeats>
        <MeetMin>int</MeetMin>
        <MinSeats>int</MinSeats>
        <Note>string</Note>
        <OnlineDesc>string</OnlineDesc>
        <PermitCode>string</PermitCode>
        <PictureID>int</PictureID>
        <PrepMinutes>int</PrepMinutes>
        <Publish>boolean</Publish>
        <PublishPhone>string</PublishPhone>
        <QFPoints>decimal</QFPoints>
        <Rating>int</Rating>
        <RefundPolicyListID>int</RefundPolicyListID>
        <RegInfoID>int</RegInfoID>
        <ReportCode>string</ReportCode>
        <SCEDCode>string</SCEDCode>
        <SOCCode>string</SOCCode>
        <CrsStaffID>int</CrsStaffID>
        <StateCode>string</StateCode>
        <CrsStatusID>int</CrsStatusID>
        <TheoryHrs>decimal</TheoryHrs>
        <Title>string</Title>
        <UserData>string</UserData>
        <Version>string</Version>
        <SchoolID>int</SchoolID>
        <WeeklyHrs>int</WeeklyHrs>
        <MISListID>int</MISListID>
        <Syllabus>string</Syllabus>
      </SelectCourseByIDResult>
    </SelectCourseByIDResponse>
  </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>
    <SelectCourseByID xmlns="http://www.Achademix.com/">
      <CourseID>int</CourseID>
    </SelectCourseByID>
  </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>
    <SelectCourseByIDResponse xmlns="http://www.Achademix.com/">
      <SelectCourseByIDResult>
        <Category>
          <BannerFile>string</BannerFile>
          <BannerID>int</BannerID>
          <Code>string</Code>
          <CrsCategoryListID>int</CrsCategoryListID>
          <ImageFile>string</ImageFile>
          <PictureID>int</PictureID>
          <Publish>boolean</Publish>
          <Title>string</Title>
          <IsActive>boolean</IsActive>
          <IsSystem>boolean</IsSystem>
          <ListOrder>string</ListOrder>
          <Federal>string</Federal>
          <State>string</State>
          <SIF>string</SIF>
        </Category>
        <DocCTAN>boolean</DocCTAN>
        <Documents>
          <CourseNote>
            <Note xsi:nil="true" />
            <NoteType xsi:nil="true" />
            <CourseID>int</CourseID>
            <CourseNoteID>int</CourseNoteID>
            <CrsNotTypeListID>int</CrsNotTypeListID>
            <NoteID>int</NoteID>
          </CourseNote>
          <CourseNote>
            <Note xsi:nil="true" />
            <NoteType xsi:nil="true" />
            <CourseID>int</CourseID>
            <CourseNoteID>int</CourseNoteID>
            <CrsNotTypeListID>int</CrsNotTypeListID>
            <NoteID>int</NoteID>
          </CourseNote>
        </Documents>
        <StatusTitle>string</StatusTitle>
        <Summary>
          <AllText>string</AllText>
          <CurrentActiveCount>int</CurrentActiveCount>
          <CurrentCanceledClasses>int</CurrentCanceledClasses>
          <CurrentClosedClasses>int</CurrentClosedClasses>
          <CurrentCompletedCount>int</CurrentCompletedCount>
          <CurrentDroppedCount>int</CurrentDroppedCount>
          <CurrentEndedClasses>int</CurrentEndedClasses>
          <CurrentEnrollmentCount>int</CurrentEnrollmentCount>
          <CurrentFullClasses>int</CurrentFullClasses>
          <CurrentHoldClasses>int</CurrentHoldClasses>
          <CurrentOpenClasses>int</CurrentOpenClasses>
          <CurrentPendingClasses>int</CurrentPendingClasses>
          <CurrentPendingCount>int</CurrentPendingCount>
          <CurrentTeacherCount>int</CurrentTeacherCount>
          <CurrentWaitingCount>int</CurrentWaitingCount>
        </Summary>
        <DataLock>boolean</DataLock>
        <AccountID>int</AccountID>
        <CIPListID>int</CIPListID>
        <ClsTypeListID>int</ClsTypeListID>
        <CourseID>int</CourseID>
        <AlertLevel>int</AlertLevel>
        <AttendHrs>decimal</AttendHrs>
        <CrsCategoryListID>int</CrsCategoryListID>
        <CatelogCode>string</CatelogCode>
        <Code>string</Code>
        <CreditHrs>decimal</CreditHrs>
        <CrsCreditTypeListID>int</CrsCreditTypeListID>
        <CTAN>string</CTAN>
        <Description>string</Description>
        <Gender>int</Gender>
        <GeneralEd>boolean</GeneralEd>
        <GPRequired>decimal</GPRequired>
        <ImageFile>string</ImageFile>
        <ImportKey>int</ImportKey>
        <InternalNote>string</InternalNote>
        <IsActive>boolean</IsActive>
        <LabHrs>decimal</LabHrs>
        <CrsLevelListID>int</CrsLevelListID>
        <MaxSeats>int</MaxSeats>
        <MeetMin>int</MeetMin>
        <MinSeats>int</MinSeats>
        <Note>string</Note>
        <OnlineDesc>string</OnlineDesc>
        <PermitCode>string</PermitCode>
        <PictureID>int</PictureID>
        <PrepMinutes>int</PrepMinutes>
        <Publish>boolean</Publish>
        <PublishPhone>string</PublishPhone>
        <QFPoints>decimal</QFPoints>
        <Rating>int</Rating>
        <RefundPolicyListID>int</RefundPolicyListID>
        <RegInfoID>int</RegInfoID>
        <ReportCode>string</ReportCode>
        <SCEDCode>string</SCEDCode>
        <SOCCode>string</SOCCode>
        <CrsStaffID>int</CrsStaffID>
        <StateCode>string</StateCode>
        <CrsStatusID>int</CrsStatusID>
        <TheoryHrs>decimal</TheoryHrs>
        <Title>string</Title>
        <UserData>string</UserData>
        <Version>string</Version>
        <SchoolID>int</SchoolID>
        <WeeklyHrs>int</WeeklyHrs>
        <MISListID>int</MISListID>
        <Syllabus>string</Syllabus>
      </SelectCourseByIDResult>
    </SelectCourseByIDResponse>
  </soap12:Body>
</soap12:Envelope>