HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/GetNews HTTP/1.1
Host: www.magentatelekom-academy.at
Content-Type: application/xml
Content-Length: length
<GetNews xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Twi.Gt.Lms.ServiceModel">
<IgnorePublishDates>false</IgnorePublishDates>
</GetNews>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ArrayOfNewsDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Twi.Gt.Lms.ServiceModel.Types">
<NewsDocument>
<Date>0001-01-01T00:00:00</Date>
<Id>String</Id>
<Position>String</Position>
<PublishEndDate>0001-01-01T00:00:00</PublishEndDate>
<PublishStartDate>0001-01-01T00:00:00</PublishStartDate>
<Sid>String</Sid>
<Summary>String</Summary>
<Title>String</Title>
</NewsDocument>
</ArrayOfNewsDocument>