HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/GetLearnerAgenda HTTP/1.1
Host: www.magentatelekom-academy.at
Content-Type: application/xml
Content-Length: length
<GetLearnerAgenda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Twi.Gt.Lms.ServiceModel">
<MaxEntries>0</MaxEntries>
</GetLearnerAgenda>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ArrayOfAgendaEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Twi.Gt.Lms.ServiceModel.Types">
<AgendaEntry>
<EndDate>0001-01-01T00:00:00</EndDate>
<EntryType>String</EntryType>
<StartDate>0001-01-01T00:00:00</StartDate>
<Text>String</Text>
<Title1>String</Title1>
<Title2>String</Title2>
<Title3>String</Title3>
</AgendaEntry>
</ArrayOfAgendaEntry>