To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11
HTTP + SOAP11
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /soap11 HTTP/1.1
Host: tstsrvs.redhotpie.com.au
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: CreateUserClubDetail
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<CreateUserClubDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RHP_API.ServiceModel">
<MemberSetting>
<GoogleMapPlace>
<LocationName>String</LocationName>
<PlacesId>String</PlacesId>
<Types xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</Types>
</GoogleMapPlace>
<MaxAge>0</MaxAge>
<MemberType>0</MemberType>
<MinAge>0</MinAge>
</MemberSetting>
<ProfileDetail>
<ClubName>String</ClubName>
<Description>String</Description>
<DisplayEmail>String</DisplayEmail>
<GoogleMapPlace>
<LocationName>String</LocationName>
<PlacesId>String</PlacesId>
<Types xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</Types>
</GoogleMapPlace>
<Phone>String</Phone>
<PrivacyType>Public</PrivacyType>
<Rules>String</Rules>
<VisibilityType>NotSpecified</VisibilityType>
<Website>String</Website>
<Keywords xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>String</d3p1:string>
</Keywords>
</ProfileDetail>
</CreateUserClubDetail>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<UserClubDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RHP_API.ServiceModel">
<ApprovalState>Approved</ApprovalState>
<Banner xmlns:d2p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">
<d2p1:ApprovalState>Pending</d2p1:ApprovalState>
<d2p1:FullUrl>String</d2p1:FullUrl>
<d2p1:Height>0</d2p1:Height>
<d2p1:Width>0</d2p1:Width>
</Banner>
<ClubID>0</ClubID>
<MemberSetting>
<GoogleMapPlace>
<LocationName>String</LocationName>
<PlacesId>String</PlacesId>
<Types xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</Types>
</GoogleMapPlace>
<MaxAge>0</MaxAge>
<MemberType>0</MemberType>
<MinAge>0</MinAge>
</MemberSetting>
<ProfileDetail>
<ClubName>String</ClubName>
<Description>String</Description>
<DisplayEmail>String</DisplayEmail>
<GoogleMapPlace>
<LocationName>String</LocationName>
<PlacesId>String</PlacesId>
<Types xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</Types>
</GoogleMapPlace>
<Phone>String</Phone>
<PrivacyType>Public</PrivacyType>
<Rules>String</Rules>
<VisibilityType>NotSpecified</VisibilityType>
<Website>String</Website>
<Keywords xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>String</d3p1:string>
</Keywords>
<Tags>
<Tag>
<Keyword>String</Keyword>
<TagID>0</TagID>
</Tag>
</Tags>
</ProfileDetail>
<Stats>
<Albums>0</Albums>
<Events>0</Events>
<EventsPast>0</EventsPast>
<Photos>0</Photos>
<Posts>0</Posts>
<Videos>0</Videos>
</Stats>
<TempInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">
<d2p1:Description>String</d2p1:Description>
<d2p1:IsDescriptionRejected>false</d2p1:IsDescriptionRejected>
<d2p1:IsNameRejected>false</d2p1:IsNameRejected>
<d2p1:IsProcessed>false</d2p1:IsProcessed>
<d2p1:IsRulesRejected>false</d2p1:IsRulesRejected>
<d2p1:Name>String</d2p1:Name>
<d2p1:Rules>String</d2p1:Rules>
</TempInfo>
</UserClubDetail>
</soap:Body>
</soap:Envelope>