To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12
HTTP + SOAP12
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: tstextweb20.np.bluebet.com.au
Content-Type: text/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>
<SocialBlackbooksRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TBS.Frontend.RequestLayer.RequestFunctions" />
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
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>
<SocialBlackbooksResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TBS.Frontend.RequestLayer.RequestFunctions">
<Items>
<SocialBlackbook>
<BlackbookHighlights xmlns:d4p1="http://schemas.datacontract.org/2004/07/TBS.Frontend.Messaging.DataContracts">
<d4p1:BlackbookHighlight>
<d4p1:AdvertisedStartTimeUtc>0001-01-01T00:00:00</d4p1:AdvertisedStartTimeUtc>
<d4p1:EventClassCode>String</d4p1:EventClassCode>
<d4p1:EventId>0</d4p1:EventId>
<d4p1:EventName>String</d4p1:EventName>
<d4p1:EventTypeId>0</d4p1:EventTypeId>
<d4p1:MasterCategoryName>String</d4p1:MasterCategoryName>
<d4p1:MasterEventId>0</d4p1:MasterEventId>
<d4p1:RaceNumber>0</d4p1:RaceNumber>
<d4p1:Venue>String</d4p1:Venue>
</d4p1:BlackbookHighlight>
</BlackbookHighlights>
<Comments xmlns:d4p1="http://schemas.datacontract.org/2004/07/TBS.Frontend.Messaging.DataContracts">
<d4p1:BlackBook>
<d4p1:BlackbookHighlights>
<d4p1:BlackbookHighlight>
<d4p1:AdvertisedStartTimeUtc>0001-01-01T00:00:00</d4p1:AdvertisedStartTimeUtc>
<d4p1:EventClassCode>String</d4p1:EventClassCode>
<d4p1:EventId>0</d4p1:EventId>
<d4p1:EventName>String</d4p1:EventName>
<d4p1:EventTypeId>0</d4p1:EventTypeId>
<d4p1:MasterCategoryName>String</d4p1:MasterCategoryName>
<d4p1:MasterEventId>0</d4p1:MasterEventId>
<d4p1:RaceNumber>0</d4p1:RaceNumber>
<d4p1:Venue>String</d4p1:Venue>
</d4p1:BlackbookHighlight>
</d4p1:BlackbookHighlights>
<d4p1:BlackbookId>0</d4p1:BlackbookId>
<d4p1:BlackbookType>0</d4p1:BlackbookType>
<d4p1:ClientId>0</d4p1:ClientId>
<d4p1:Comment>String</d4p1:Comment>
<d4p1:CreationDate>0001-01-01T00:00:00</d4p1:CreationDate>
<d4p1:Email>String</d4p1:Email>
<d4p1:EventType>0</d4p1:EventType>
<d4p1:FullName>String</d4p1:FullName>
<d4p1:IsMine>false</d4p1:IsMine>
<d4p1:LastUpdateUtc>0001-01-01T00:00:00</d4p1:LastUpdateUtc>
<d4p1:Name>String</d4p1:Name>
<d4p1:Username>String</d4p1:Username>
</d4p1:BlackBook>
</Comments>
<EventType>0</EventType>
<Name>String</Name>
</SocialBlackbook>
</Items>
</SocialBlackbooksResponse>
</soap12:Body>
</soap12:Envelope>