HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/GetStudentCourseFeeData HTTP/1.1
Host: coursefeeservice.uwe.ac.uk
Content-Type: application/xml
Content-Length: length
<GetStudentCourseFeeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeesInformationService.WebService">
<Id>String</Id>
</GetStudentCourseFeeData>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<CourseFeeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeesInformationService.WebService">
<Code>String</Code>
<Cohort>String</Cohort>
<Faculty>String</Faculty>
<FullTimeHomeELQ>0</FullTimeHomeELQ>
<FullTimeHomeEU>0</FullTimeHomeEU>
<FullTimeHomePer15Credits>0</FullTimeHomePer15Credits>
<FullTimeHomePlacement>0</FullTimeHomePlacement>
<FullTimeInternational>0</FullTimeInternational>
<FullTimeInternationalPer15Credits>0</FullTimeInternationalPer15Credits>
<FullTimeInternationalPlacement>0</FullTimeInternationalPlacement>
<FullTimeOffShore>0</FullTimeOffShore>
<FullTimeOffShorePlacement>0</FullTimeOffShorePlacement>
<HomeNotes>String</HomeNotes>
<InternationalNotes>String</InternationalNotes>
<IsHomeAvailable>false</IsHomeAvailable>
<IsInternationalAvailable>false</IsInternationalAvailable>
<IsNewStudent>false</IsNewStudent>
<IsOffshoreAvailable>false</IsOffshoreAvailable>
<Level>String</Level>
<PartTimeHomeEU>0</PartTimeHomeEU>
<PartTimeHomeEUPer15Credits>0</PartTimeHomeEUPer15Credits>
<PartTimeInternational>0</PartTimeInternational>
<PartTimeInternationalPer15Credits>0</PartTimeInternationalPer15Credits>
<PartTimeOffShorePer15Credits>0</PartTimeOffShorePer15Credits>
<StudentFeeID>String</StudentFeeID>
<Title>String</Title>
<Year>String</Year>
</CourseFeeData>