CollegeSource_WSAPI_Basic


Click here for a complete list of operations.

GetEquivalencyListBySendInstitutionByAccount

Get equivalency list by send institution by account.
>> Parameter Guide    >> Demo

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
AccessKeyID:
SendInstitutionID:
ActiveStatus:
CourseCode:
CourseCodeType:
SortType:
HideStatus:
Page:
PageSize:

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 /CollegeSource_WSAPI_Basic.asmx HTTP/1.1
Host: bws.collegesource.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://bws.collegesource.com/GetEquivalencyListBySendInstitutionByAccount"

<?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>
    <GetEquivalencyListBySendInstitutionByAccount xmlns="https://bws.collegesource.com">
      <AccessKeyID>string</AccessKeyID>
      <SendInstitutionID>string</SendInstitutionID>
      <ActiveStatus>int</ActiveStatus>
      <CourseCode>string</CourseCode>
      <CourseCodeType>int</CourseCodeType>
      <SortType>int</SortType>
      <HideStatus>int</HideStatus>
      <Page>int</Page>
      <PageSize>int</PageSize>
    </GetEquivalencyListBySendInstitutionByAccount>
  </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>
    <GetEquivalencyListBySendInstitutionByAccountResponse xmlns="https://bws.collegesource.com">
      <GetEquivalencyListBySendInstitutionByAccountResult>
        <EquivalencyPV>
          <CourseEquivalencyID>string</CourseEquivalencyID>
          <EffectiveDateBegin>string</EffectiveDateBegin>
          <EffectiveDateEnd>string</EffectiveDateEnd>
          <PrivateNote>string</PrivateNote>
          <PublicNote>string</PublicNote>
          <HideFlag>boolean</HideFlag>
          <PageCount>int</PageCount>
          <SendTitle>string</SendTitle>
          <SendLo>int</SendLo>
          <SendHi>int</SendHi>
          <SendCourseCode1>string</SendCourseCode1>
          <SendCourseCode2>string</SendCourseCode2>
          <SendCourseCode3>string</SendCourseCode3>
          <SendCourseCode4>string</SendCourseCode4>
          <SendCourseCode5>string</SendCourseCode5>
          <SendCourseCode6>string</SendCourseCode6>
          <SendCourseCode7>string</SendCourseCode7>
          <SendCourseCode8>string</SendCourseCode8>
          <SendCourseCode9>string</SendCourseCode9>
          <SendCourseCode10>string</SendCourseCode10>
          <SendCourseTitle1>string</SendCourseTitle1>
          <SendCourseTitle2>string</SendCourseTitle2>
          <SendCourseTitle3>string</SendCourseTitle3>
          <SendCourseTitle4>string</SendCourseTitle4>
          <SendCourseTitle5>string</SendCourseTitle5>
          <SendCourseTitle6>string</SendCourseTitle6>
          <SendCourseTitle7>string</SendCourseTitle7>
          <SendCourseTitle8>string</SendCourseTitle8>
          <SendCourseTitle9>string</SendCourseTitle9>
          <SendCourseTitle10>string</SendCourseTitle10>
          <ReceiveTitle>string</ReceiveTitle>
          <ReceiveLo>int</ReceiveLo>
          <ReceiveHi>int</ReceiveHi>
          <ReceiveCourseCode1>string</ReceiveCourseCode1>
          <ReceiveCourseCode2>string</ReceiveCourseCode2>
          <ReceiveCourseCode3>string</ReceiveCourseCode3>
          <ReceiveCourseCode4>string</ReceiveCourseCode4>
          <ReceiveCourseCode5>string</ReceiveCourseCode5>
          <ReceiveCourseCode6>string</ReceiveCourseCode6>
          <ReceiveCourseCode7>string</ReceiveCourseCode7>
          <ReceiveCourseCode8>string</ReceiveCourseCode8>
          <ReceiveCourseCode9>string</ReceiveCourseCode9>
          <ReceiveCourseCode10>string</ReceiveCourseCode10>
          <ReceiveCourseTitle1>string</ReceiveCourseTitle1>
          <ReceiveCourseTitle2>string</ReceiveCourseTitle2>
          <ReceiveCourseTitle3>string</ReceiveCourseTitle3>
          <ReceiveCourseTitle4>string</ReceiveCourseTitle4>
          <ReceiveCourseTitle5>string</ReceiveCourseTitle5>
          <ReceiveCourseTitle6>string</ReceiveCourseTitle6>
          <ReceiveCourseTitle7>string</ReceiveCourseTitle7>
          <ReceiveCourseTitle8>string</ReceiveCourseTitle8>
          <ReceiveCourseTitle9>string</ReceiveCourseTitle9>
          <ReceiveCourseTitle10>string</ReceiveCourseTitle10>
        </EquivalencyPV>
        <EquivalencyPV>
          <CourseEquivalencyID>string</CourseEquivalencyID>
          <EffectiveDateBegin>string</EffectiveDateBegin>
          <EffectiveDateEnd>string</EffectiveDateEnd>
          <PrivateNote>string</PrivateNote>
          <PublicNote>string</PublicNote>
          <HideFlag>boolean</HideFlag>
          <PageCount>int</PageCount>
          <SendTitle>string</SendTitle>
          <SendLo>int</SendLo>
          <SendHi>int</SendHi>
          <SendCourseCode1>string</SendCourseCode1>
          <SendCourseCode2>string</SendCourseCode2>
          <SendCourseCode3>string</SendCourseCode3>
          <SendCourseCode4>string</SendCourseCode4>
          <SendCourseCode5>string</SendCourseCode5>
          <SendCourseCode6>string</SendCourseCode6>
          <SendCourseCode7>string</SendCourseCode7>
          <SendCourseCode8>string</SendCourseCode8>
          <SendCourseCode9>string</SendCourseCode9>
          <SendCourseCode10>string</SendCourseCode10>
          <SendCourseTitle1>string</SendCourseTitle1>
          <SendCourseTitle2>string</SendCourseTitle2>
          <SendCourseTitle3>string</SendCourseTitle3>
          <SendCourseTitle4>string</SendCourseTitle4>
          <SendCourseTitle5>string</SendCourseTitle5>
          <SendCourseTitle6>string</SendCourseTitle6>
          <SendCourseTitle7>string</SendCourseTitle7>
          <SendCourseTitle8>string</SendCourseTitle8>
          <SendCourseTitle9>string</SendCourseTitle9>
          <SendCourseTitle10>string</SendCourseTitle10>
          <ReceiveTitle>string</ReceiveTitle>
          <ReceiveLo>int</ReceiveLo>
          <ReceiveHi>int</ReceiveHi>
          <ReceiveCourseCode1>string</ReceiveCourseCode1>
          <ReceiveCourseCode2>string</ReceiveCourseCode2>
          <ReceiveCourseCode3>string</ReceiveCourseCode3>
          <ReceiveCourseCode4>string</ReceiveCourseCode4>
          <ReceiveCourseCode5>string</ReceiveCourseCode5>
          <ReceiveCourseCode6>string</ReceiveCourseCode6>
          <ReceiveCourseCode7>string</ReceiveCourseCode7>
          <ReceiveCourseCode8>string</ReceiveCourseCode8>
          <ReceiveCourseCode9>string</ReceiveCourseCode9>
          <ReceiveCourseCode10>string</ReceiveCourseCode10>
          <ReceiveCourseTitle1>string</ReceiveCourseTitle1>
          <ReceiveCourseTitle2>string</ReceiveCourseTitle2>
          <ReceiveCourseTitle3>string</ReceiveCourseTitle3>
          <ReceiveCourseTitle4>string</ReceiveCourseTitle4>
          <ReceiveCourseTitle5>string</ReceiveCourseTitle5>
          <ReceiveCourseTitle6>string</ReceiveCourseTitle6>
          <ReceiveCourseTitle7>string</ReceiveCourseTitle7>
          <ReceiveCourseTitle8>string</ReceiveCourseTitle8>
          <ReceiveCourseTitle9>string</ReceiveCourseTitle9>
          <ReceiveCourseTitle10>string</ReceiveCourseTitle10>
        </EquivalencyPV>
      </GetEquivalencyListBySendInstitutionByAccountResult>
    </GetEquivalencyListBySendInstitutionByAccountResponse>
  </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 /CollegeSource_WSAPI_Basic.asmx HTTP/1.1
Host: bws.collegesource.com
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>
    <GetEquivalencyListBySendInstitutionByAccount xmlns="https://bws.collegesource.com">
      <AccessKeyID>string</AccessKeyID>
      <SendInstitutionID>string</SendInstitutionID>
      <ActiveStatus>int</ActiveStatus>
      <CourseCode>string</CourseCode>
      <CourseCodeType>int</CourseCodeType>
      <SortType>int</SortType>
      <HideStatus>int</HideStatus>
      <Page>int</Page>
      <PageSize>int</PageSize>
    </GetEquivalencyListBySendInstitutionByAccount>
  </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>
    <GetEquivalencyListBySendInstitutionByAccountResponse xmlns="https://bws.collegesource.com">
      <GetEquivalencyListBySendInstitutionByAccountResult>
        <EquivalencyPV>
          <CourseEquivalencyID>string</CourseEquivalencyID>
          <EffectiveDateBegin>string</EffectiveDateBegin>
          <EffectiveDateEnd>string</EffectiveDateEnd>
          <PrivateNote>string</PrivateNote>
          <PublicNote>string</PublicNote>
          <HideFlag>boolean</HideFlag>
          <PageCount>int</PageCount>
          <SendTitle>string</SendTitle>
          <SendLo>int</SendLo>
          <SendHi>int</SendHi>
          <SendCourseCode1>string</SendCourseCode1>
          <SendCourseCode2>string</SendCourseCode2>
          <SendCourseCode3>string</SendCourseCode3>
          <SendCourseCode4>string</SendCourseCode4>
          <SendCourseCode5>string</SendCourseCode5>
          <SendCourseCode6>string</SendCourseCode6>
          <SendCourseCode7>string</SendCourseCode7>
          <SendCourseCode8>string</SendCourseCode8>
          <SendCourseCode9>string</SendCourseCode9>
          <SendCourseCode10>string</SendCourseCode10>
          <SendCourseTitle1>string</SendCourseTitle1>
          <SendCourseTitle2>string</SendCourseTitle2>
          <SendCourseTitle3>string</SendCourseTitle3>
          <SendCourseTitle4>string</SendCourseTitle4>
          <SendCourseTitle5>string</SendCourseTitle5>
          <SendCourseTitle6>string</SendCourseTitle6>
          <SendCourseTitle7>string</SendCourseTitle7>
          <SendCourseTitle8>string</SendCourseTitle8>
          <SendCourseTitle9>string</SendCourseTitle9>
          <SendCourseTitle10>string</SendCourseTitle10>
          <ReceiveTitle>string</ReceiveTitle>
          <ReceiveLo>int</ReceiveLo>
          <ReceiveHi>int</ReceiveHi>
          <ReceiveCourseCode1>string</ReceiveCourseCode1>
          <ReceiveCourseCode2>string</ReceiveCourseCode2>
          <ReceiveCourseCode3>string</ReceiveCourseCode3>
          <ReceiveCourseCode4>string</ReceiveCourseCode4>
          <ReceiveCourseCode5>string</ReceiveCourseCode5>
          <ReceiveCourseCode6>string</ReceiveCourseCode6>
          <ReceiveCourseCode7>string</ReceiveCourseCode7>
          <ReceiveCourseCode8>string</ReceiveCourseCode8>
          <ReceiveCourseCode9>string</ReceiveCourseCode9>
          <ReceiveCourseCode10>string</ReceiveCourseCode10>
          <ReceiveCourseTitle1>string</ReceiveCourseTitle1>
          <ReceiveCourseTitle2>string</ReceiveCourseTitle2>
          <ReceiveCourseTitle3>string</ReceiveCourseTitle3>
          <ReceiveCourseTitle4>string</ReceiveCourseTitle4>
          <ReceiveCourseTitle5>string</ReceiveCourseTitle5>
          <ReceiveCourseTitle6>string</ReceiveCourseTitle6>
          <ReceiveCourseTitle7>string</ReceiveCourseTitle7>
          <ReceiveCourseTitle8>string</ReceiveCourseTitle8>
          <ReceiveCourseTitle9>string</ReceiveCourseTitle9>
          <ReceiveCourseTitle10>string</ReceiveCourseTitle10>
        </EquivalencyPV>
        <EquivalencyPV>
          <CourseEquivalencyID>string</CourseEquivalencyID>
          <EffectiveDateBegin>string</EffectiveDateBegin>
          <EffectiveDateEnd>string</EffectiveDateEnd>
          <PrivateNote>string</PrivateNote>
          <PublicNote>string</PublicNote>
          <HideFlag>boolean</HideFlag>
          <PageCount>int</PageCount>
          <SendTitle>string</SendTitle>
          <SendLo>int</SendLo>
          <SendHi>int</SendHi>
          <SendCourseCode1>string</SendCourseCode1>
          <SendCourseCode2>string</SendCourseCode2>
          <SendCourseCode3>string</SendCourseCode3>
          <SendCourseCode4>string</SendCourseCode4>
          <SendCourseCode5>string</SendCourseCode5>
          <SendCourseCode6>string</SendCourseCode6>
          <SendCourseCode7>string</SendCourseCode7>
          <SendCourseCode8>string</SendCourseCode8>
          <SendCourseCode9>string</SendCourseCode9>
          <SendCourseCode10>string</SendCourseCode10>
          <SendCourseTitle1>string</SendCourseTitle1>
          <SendCourseTitle2>string</SendCourseTitle2>
          <SendCourseTitle3>string</SendCourseTitle3>
          <SendCourseTitle4>string</SendCourseTitle4>
          <SendCourseTitle5>string</SendCourseTitle5>
          <SendCourseTitle6>string</SendCourseTitle6>
          <SendCourseTitle7>string</SendCourseTitle7>
          <SendCourseTitle8>string</SendCourseTitle8>
          <SendCourseTitle9>string</SendCourseTitle9>
          <SendCourseTitle10>string</SendCourseTitle10>
          <ReceiveTitle>string</ReceiveTitle>
          <ReceiveLo>int</ReceiveLo>
          <ReceiveHi>int</ReceiveHi>
          <ReceiveCourseCode1>string</ReceiveCourseCode1>
          <ReceiveCourseCode2>string</ReceiveCourseCode2>
          <ReceiveCourseCode3>string</ReceiveCourseCode3>
          <ReceiveCourseCode4>string</ReceiveCourseCode4>
          <ReceiveCourseCode5>string</ReceiveCourseCode5>
          <ReceiveCourseCode6>string</ReceiveCourseCode6>
          <ReceiveCourseCode7>string</ReceiveCourseCode7>
          <ReceiveCourseCode8>string</ReceiveCourseCode8>
          <ReceiveCourseCode9>string</ReceiveCourseCode9>
          <ReceiveCourseCode10>string</ReceiveCourseCode10>
          <ReceiveCourseTitle1>string</ReceiveCourseTitle1>
          <ReceiveCourseTitle2>string</ReceiveCourseTitle2>
          <ReceiveCourseTitle3>string</ReceiveCourseTitle3>
          <ReceiveCourseTitle4>string</ReceiveCourseTitle4>
          <ReceiveCourseTitle5>string</ReceiveCourseTitle5>
          <ReceiveCourseTitle6>string</ReceiveCourseTitle6>
          <ReceiveCourseTitle7>string</ReceiveCourseTitle7>
          <ReceiveCourseTitle8>string</ReceiveCourseTitle8>
          <ReceiveCourseTitle9>string</ReceiveCourseTitle9>
          <ReceiveCourseTitle10>string</ReceiveCourseTitle10>
        </EquivalencyPV>
      </GetEquivalencyListBySendInstitutionByAccountResult>
    </GetEquivalencyListBySendInstitutionByAccountResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /CollegeSource_WSAPI_Basic.asmx/GetEquivalencyListBySendInstitutionByAccount HTTP/1.1
Host: bws.collegesource.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

AccessKeyID=string&SendInstitutionID=string&ActiveStatus=string&CourseCode=string&CourseCodeType=string&SortType=string&HideStatus=string&Page=string&PageSize=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfEquivalencyPV xmlns="https://bws.collegesource.com">
  <EquivalencyPV>
    <CourseEquivalencyID>string</CourseEquivalencyID>
    <EffectiveDateBegin>string</EffectiveDateBegin>
    <EffectiveDateEnd>string</EffectiveDateEnd>
    <PrivateNote>string</PrivateNote>
    <PublicNote>string</PublicNote>
    <HideFlag>boolean</HideFlag>
    <PageCount>int</PageCount>
    <SendTitle>string</SendTitle>
    <SendLo>int</SendLo>
    <SendHi>int</SendHi>
    <SendCourseCode1>string</SendCourseCode1>
    <SendCourseCode2>string</SendCourseCode2>
    <SendCourseCode3>string</SendCourseCode3>
    <SendCourseCode4>string</SendCourseCode4>
    <SendCourseCode5>string</SendCourseCode5>
    <SendCourseCode6>string</SendCourseCode6>
    <SendCourseCode7>string</SendCourseCode7>
    <SendCourseCode8>string</SendCourseCode8>
    <SendCourseCode9>string</SendCourseCode9>
    <SendCourseCode10>string</SendCourseCode10>
    <SendCourseTitle1>string</SendCourseTitle1>
    <SendCourseTitle2>string</SendCourseTitle2>
    <SendCourseTitle3>string</SendCourseTitle3>
    <SendCourseTitle4>string</SendCourseTitle4>
    <SendCourseTitle5>string</SendCourseTitle5>
    <SendCourseTitle6>string</SendCourseTitle6>
    <SendCourseTitle7>string</SendCourseTitle7>
    <SendCourseTitle8>string</SendCourseTitle8>
    <SendCourseTitle9>string</SendCourseTitle9>
    <SendCourseTitle10>string</SendCourseTitle10>
    <ReceiveTitle>string</ReceiveTitle>
    <ReceiveLo>int</ReceiveLo>
    <ReceiveHi>int</ReceiveHi>
    <ReceiveCourseCode1>string</ReceiveCourseCode1>
    <ReceiveCourseCode2>string</ReceiveCourseCode2>
    <ReceiveCourseCode3>string</ReceiveCourseCode3>
    <ReceiveCourseCode4>string</ReceiveCourseCode4>
    <ReceiveCourseCode5>string</ReceiveCourseCode5>
    <ReceiveCourseCode6>string</ReceiveCourseCode6>
    <ReceiveCourseCode7>string</ReceiveCourseCode7>
    <ReceiveCourseCode8>string</ReceiveCourseCode8>
    <ReceiveCourseCode9>string</ReceiveCourseCode9>
    <ReceiveCourseCode10>string</ReceiveCourseCode10>
    <ReceiveCourseTitle1>string</ReceiveCourseTitle1>
    <ReceiveCourseTitle2>string</ReceiveCourseTitle2>
    <ReceiveCourseTitle3>string</ReceiveCourseTitle3>
    <ReceiveCourseTitle4>string</ReceiveCourseTitle4>
    <ReceiveCourseTitle5>string</ReceiveCourseTitle5>
    <ReceiveCourseTitle6>string</ReceiveCourseTitle6>
    <ReceiveCourseTitle7>string</ReceiveCourseTitle7>
    <ReceiveCourseTitle8>string</ReceiveCourseTitle8>
    <ReceiveCourseTitle9>string</ReceiveCourseTitle9>
    <ReceiveCourseTitle10>string</ReceiveCourseTitle10>
  </EquivalencyPV>
  <EquivalencyPV>
    <CourseEquivalencyID>string</CourseEquivalencyID>
    <EffectiveDateBegin>string</EffectiveDateBegin>
    <EffectiveDateEnd>string</EffectiveDateEnd>
    <PrivateNote>string</PrivateNote>
    <PublicNote>string</PublicNote>
    <HideFlag>boolean</HideFlag>
    <PageCount>int</PageCount>
    <SendTitle>string</SendTitle>
    <SendLo>int</SendLo>
    <SendHi>int</SendHi>
    <SendCourseCode1>string</SendCourseCode1>
    <SendCourseCode2>string</SendCourseCode2>
    <SendCourseCode3>string</SendCourseCode3>
    <SendCourseCode4>string</SendCourseCode4>
    <SendCourseCode5>string</SendCourseCode5>
    <SendCourseCode6>string</SendCourseCode6>
    <SendCourseCode7>string</SendCourseCode7>
    <SendCourseCode8>string</SendCourseCode8>
    <SendCourseCode9>string</SendCourseCode9>
    <SendCourseCode10>string</SendCourseCode10>
    <SendCourseTitle1>string</SendCourseTitle1>
    <SendCourseTitle2>string</SendCourseTitle2>
    <SendCourseTitle3>string</SendCourseTitle3>
    <SendCourseTitle4>string</SendCourseTitle4>
    <SendCourseTitle5>string</SendCourseTitle5>
    <SendCourseTitle6>string</SendCourseTitle6>
    <SendCourseTitle7>string</SendCourseTitle7>
    <SendCourseTitle8>string</SendCourseTitle8>
    <SendCourseTitle9>string</SendCourseTitle9>
    <SendCourseTitle10>string</SendCourseTitle10>
    <ReceiveTitle>string</ReceiveTitle>
    <ReceiveLo>int</ReceiveLo>
    <ReceiveHi>int</ReceiveHi>
    <ReceiveCourseCode1>string</ReceiveCourseCode1>
    <ReceiveCourseCode2>string</ReceiveCourseCode2>
    <ReceiveCourseCode3>string</ReceiveCourseCode3>
    <ReceiveCourseCode4>string</ReceiveCourseCode4>
    <ReceiveCourseCode5>string</ReceiveCourseCode5>
    <ReceiveCourseCode6>string</ReceiveCourseCode6>
    <ReceiveCourseCode7>string</ReceiveCourseCode7>
    <ReceiveCourseCode8>string</ReceiveCourseCode8>
    <ReceiveCourseCode9>string</ReceiveCourseCode9>
    <ReceiveCourseCode10>string</ReceiveCourseCode10>
    <ReceiveCourseTitle1>string</ReceiveCourseTitle1>
    <ReceiveCourseTitle2>string</ReceiveCourseTitle2>
    <ReceiveCourseTitle3>string</ReceiveCourseTitle3>
    <ReceiveCourseTitle4>string</ReceiveCourseTitle4>
    <ReceiveCourseTitle5>string</ReceiveCourseTitle5>
    <ReceiveCourseTitle6>string</ReceiveCourseTitle6>
    <ReceiveCourseTitle7>string</ReceiveCourseTitle7>
    <ReceiveCourseTitle8>string</ReceiveCourseTitle8>
    <ReceiveCourseTitle9>string</ReceiveCourseTitle9>
    <ReceiveCourseTitle10>string</ReceiveCourseTitle10>
  </EquivalencyPV>
</ArrayOfEquivalencyPV>