CoursesWebService


Click here for a complete list of operations.

GetNarrative

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 /CoursesService/CoursesWebService.asmx HTTP/1.1
Host: info.uwe.ac.uk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://courses.uwe.ac.uk/GetNarrative"

<?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>
    <GetNarrative xmlns="http://courses.uwe.ac.uk/">
      <courseCode>string</courseCode>
      <courseYear>string</courseYear>
      <preview>boolean</preview>
    </GetNarrative>
  </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>
    <GetNarrativeResponse xmlns="http://courses.uwe.ac.uk/">
      <narrative>
        <ippcode>string</ippcode>
        <sequencenumber>string</sequencenumber>
        <studylevel>string</studylevel>
        <faculty>string</faculty>
        <keywords>string</keywords>
        <entryyear>string</entryyear>
        <awardtype>string</awardtype>
        <title1>string</title1>
        <title2>string</title2>
        <title3>string</title3>
        <applications>string</applications>
        <campus>string</campus>
        <campuscode>string</campuscode>
        <duration>string</duration>
        <delivery>string</delivery>
        <abroadoption>string</abroadoption>
        <coursedirector>string</coursedirector>
        <programmeleader>string</programmeleader>
        <telephone>string</telephone>
        <fax>string</fax>
        <email>string</email>
        <furtherinformation>string</furtherinformation>
        <keyfacts>string</keyfacts>
        <gcse>string</gcse>
        <alevelsubjects>string</alevelsubjects>
        <tariffpointsrange>string</tariffpointsrange>
        <specificsubjects>string</specificsubjects>
        <relevantsubjects>string</relevantsubjects>
        <edexcel>string</edexcel>
        <access>string</access>
        <baccalaureateeb>string</baccalaureateeb>
        <baccalaureateibpts>string</baccalaureateibpts>
        <introduction>string</introduction>
        <content>string</content>
        <placements>string</placements>
        <fieldwork>string</fieldwork>
        <teachingandlearning>string</teachingandlearning>
        <studyfacilities>string</studyfacilities>
        <studytime>string</studytime>
        <assessment>string</assessment>
        <fees>string</fees>
        <careers>string</careers>
        <professionalaccreditation>string</professionalaccreditation>
        <extrainformation>string</extrainformation>
        <howtoapply>string</howtoapply>
        <adviceontypicaloffers>string</adviceontypicaloffers>
        <entryrequirements>string</entryrequirements>
        <studentquotes>string</studentquotes>
        <relatedcourses>string</relatedcourses>
        <acreditations>
          <acreditation>
            <code>string</code>
            <url>string</url>
            <name>string</name>
            <image>string</image>
          </acreditation>
          <acreditation>
            <code>string</code>
            <url>string</url>
            <name>string</name>
            <image>string</image>
          </acreditation>
        </acreditations>
        <sidebarimage>string</sidebarimage>
        <sidebarimagealttext>string</sidebarimagealttext>
        <campaign>string</campaign>
        <clearing>string</clearing>
        <faq>string</faq>
        <widget>string</widget>
        <video>string</video>
      </narrative>
    </GetNarrativeResponse>
  </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 /CoursesService/CoursesWebService.asmx HTTP/1.1
Host: info.uwe.ac.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>
    <GetNarrative xmlns="http://courses.uwe.ac.uk/">
      <courseCode>string</courseCode>
      <courseYear>string</courseYear>
      <preview>boolean</preview>
    </GetNarrative>
  </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>
    <GetNarrativeResponse xmlns="http://courses.uwe.ac.uk/">
      <narrative>
        <ippcode>string</ippcode>
        <sequencenumber>string</sequencenumber>
        <studylevel>string</studylevel>
        <faculty>string</faculty>
        <keywords>string</keywords>
        <entryyear>string</entryyear>
        <awardtype>string</awardtype>
        <title1>string</title1>
        <title2>string</title2>
        <title3>string</title3>
        <applications>string</applications>
        <campus>string</campus>
        <campuscode>string</campuscode>
        <duration>string</duration>
        <delivery>string</delivery>
        <abroadoption>string</abroadoption>
        <coursedirector>string</coursedirector>
        <programmeleader>string</programmeleader>
        <telephone>string</telephone>
        <fax>string</fax>
        <email>string</email>
        <furtherinformation>string</furtherinformation>
        <keyfacts>string</keyfacts>
        <gcse>string</gcse>
        <alevelsubjects>string</alevelsubjects>
        <tariffpointsrange>string</tariffpointsrange>
        <specificsubjects>string</specificsubjects>
        <relevantsubjects>string</relevantsubjects>
        <edexcel>string</edexcel>
        <access>string</access>
        <baccalaureateeb>string</baccalaureateeb>
        <baccalaureateibpts>string</baccalaureateibpts>
        <introduction>string</introduction>
        <content>string</content>
        <placements>string</placements>
        <fieldwork>string</fieldwork>
        <teachingandlearning>string</teachingandlearning>
        <studyfacilities>string</studyfacilities>
        <studytime>string</studytime>
        <assessment>string</assessment>
        <fees>string</fees>
        <careers>string</careers>
        <professionalaccreditation>string</professionalaccreditation>
        <extrainformation>string</extrainformation>
        <howtoapply>string</howtoapply>
        <adviceontypicaloffers>string</adviceontypicaloffers>
        <entryrequirements>string</entryrequirements>
        <studentquotes>string</studentquotes>
        <relatedcourses>string</relatedcourses>
        <acreditations>
          <acreditation>
            <code>string</code>
            <url>string</url>
            <name>string</name>
            <image>string</image>
          </acreditation>
          <acreditation>
            <code>string</code>
            <url>string</url>
            <name>string</name>
            <image>string</image>
          </acreditation>
        </acreditations>
        <sidebarimage>string</sidebarimage>
        <sidebarimagealttext>string</sidebarimagealttext>
        <campaign>string</campaign>
        <clearing>string</clearing>
        <faq>string</faq>
        <widget>string</widget>
        <video>string</video>
      </narrative>
    </GetNarrativeResponse>
  </soap12:Body>
</soap12:Envelope>