To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
GET /auth/status HTTP/1.1
Host: ebaliteapi.pieterbas.nl
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<PbUserSession xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBALiteServer.ServiceModel">
<ReferrerUrl xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</ReferrerUrl>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<UserAuthId xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</UserAuthId>
<UserAuthName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</UserAuthName>
<UserName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</UserName>
<TwitterUserId xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</TwitterUserId>
<TwitterScreenName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</TwitterScreenName>
<FacebookUserId xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</FacebookUserId>
<FacebookUserName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</FacebookUserName>
<FirstName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</FirstName>
<LastName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</LastName>
<DisplayName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</DisplayName>
<Company xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Company>
<Email xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Email>
<PrimaryEmail xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</PrimaryEmail>
<PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</PhoneNumber>
<BirthDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">0001-01-01T00:00:00</BirthDate>
<BirthDateRaw xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</BirthDateRaw>
<Address xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Address>
<Address2 xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Address2>
<City xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</City>
<State xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</State>
<Country xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Country>
<Culture xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Culture>
<FullName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</FullName>
<Gender xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Gender>
<Language xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Language>
<MailAddress xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</MailAddress>
<Nickname xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Nickname>
<PostalCode xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</PostalCode>
<TimeZone xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</TimeZone>
<RequestTokenSecret xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</RequestTokenSecret>
<CreatedAt xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">0001-01-01T00:00:00</CreatedAt>
<LastModified xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">0001-01-01T00:00:00</LastModified>
<Roles xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">
<d2p1:string>String</d2p1:string>
</Roles>
<Permissions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">
<d2p1:string>String</d2p1:string>
</Permissions>
<IsAuthenticated xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">false</IsAuthenticated>
<FromToken xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">false</FromToken>
<ProfileUrl xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</ProfileUrl>
<Sequence xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Sequence>
<Tag xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">0</Tag>
<AuthProvider xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</AuthProvider>
<ProviderOAuthAccess xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">
<d2p1:anyType i:nil="true" />
</ProviderOAuthAccess>
<Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>String</d2p1:Key>
<d2p1:Value>String</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Meta>
<TenantId>0</TenantId>
</PbUserSession>