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: tstsrvs.redhotpie.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>
<GetClassifiedSearchResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RHP_API.ServiceModel">
<Page xmlns="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">0</Page>
<Size xmlns="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">0</Size>
<SearchType>General</SearchType>
</GetClassifiedSearchResult>
</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>
<MemberSearchClassifides xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RHP_API.ServiceModel">
<Classifides>
<ClassifiedSummary>
<Age1>0</Age1>
<Age2>0</Age2>
<AgeTitle>String</AgeTitle>
<FetishInterests xmlns:d4p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">
<d4p1:LookupValue>
<d4p1:ListID>0</d4p1:ListID>
<d4p1:Text>String</d4p1:Text>
<d4p1:TextAbbr>String</d4p1:TextAbbr>
<d4p1:Value>0</d4p1:Value>
<d4p1:IsMatch>false</d4p1:IsMatch>
</d4p1:LookupValue>
</FetishInterests>
<GeneralInterests xmlns:d4p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">
<d4p1:LookupValue>
<d4p1:ListID>0</d4p1:ListID>
<d4p1:Text>String</d4p1:Text>
<d4p1:TextAbbr>String</d4p1:TextAbbr>
<d4p1:Value>0</d4p1:Value>
<d4p1:IsMatch>false</d4p1:IsMatch>
</d4p1:LookupValue>
</GeneralInterests>
<Guid>String</Guid>
<IntroBody>String</IntroBody>
<MainPhoto xmlns:d4p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">
<d4p1:FullUrl>String</d4p1:FullUrl>
<d4p1:ThumbUrl>String</d4p1:ThumbUrl>
<d4p1:Classification>0</d4p1:Classification>
<d4p1:GalleryID>0</d4p1:GalleryID>
<d4p1:Height>0</d4p1:Height>
<d4p1:ImageActionType>ShowImage</d4p1:ImageActionType>
<d4p1:ImageType>None</d4p1:ImageType>
<d4p1:IsAccepted>false</d4p1:IsAccepted>
<d4p1:IsLiked>false</d4p1:IsLiked>
<d4p1:IsPublic>false</d4p1:IsPublic>
<d4p1:MemberLikeCount>0</d4p1:MemberLikeCount>
<d4p1:PhotoID>0</d4p1:PhotoID>
<d4p1:ShowSafeMode>false</d4p1:ShowSafeMode>
<d4p1:SortNumber>0</d4p1:SortNumber>
<d4p1:UserType>General</d4p1:UserType>
<d4p1:Width>0</d4p1:Width>
</MainPhoto>
<MemberID>0</MemberID>
<MemberType>0</MemberType>
<MemberTypeTitle xmlns:d4p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">
<d4p1:Abbr>String</d4p1:Abbr>
<d4p1:Plural>String</d4p1:Plural>
<d4p1:Singular>String</d4p1:Singular>
</MemberTypeTitle>
<SexualInterests xmlns:d4p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">
<d4p1:LookupValue>
<d4p1:ListID>0</d4p1:ListID>
<d4p1:Text>String</d4p1:Text>
<d4p1:TextAbbr>String</d4p1:TextAbbr>
<d4p1:Value>0</d4p1:Value>
<d4p1:IsMatch>false</d4p1:IsMatch>
</d4p1:LookupValue>
</SexualInterests>
<SexualPreferences xmlns:d4p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">
<d4p1:LookupValue>
<d4p1:ListID>0</d4p1:ListID>
<d4p1:Text>String</d4p1:Text>
<d4p1:TextAbbr>String</d4p1:TextAbbr>
<d4p1:Value>0</d4p1:Value>
<d4p1:IsMatch>false</d4p1:IsMatch>
</d4p1:LookupValue>
</SexualPreferences>
<UserName>String</UserName>
<Username>String</Username>
</ClassifiedSummary>
</Classifides>
</MemberSearchClassifides>
</soap12:Body>
</soap12:Envelope>