HippoLifeService
Click here for a complete list of operations.
SubmitClientDetails
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /1LifeHippoService/HippoLifeService.asmx HTTP/1.1 Host: 1lifejhb.isservices.co.za Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/SubmitClientDetails" <?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> <SubmitClientDetails xmlns="http://tempuri.org/"> <details> <Title>string</Title> <FirstName>string</FirstName> <LastName>string</LastName> <Gender>string</Gender> <DateOfBirth>string</DateOfBirth> <Age>int</Age> <Email>string</Email> <ContactNr>string</ContactNr> <CellNr>string</CellNr> <EduCode>string</EduCode> <EduDesc>string</EduDesc> <MnthIncome>string</MnthIncome> <IncomeRange>string</IncomeRange> <OccuClass>string</OccuClass> <OccuDesc>string</OccuDesc> <MaxSumLife>string</MaxSumLife> <MaxSumDisability>string</MaxSumDisability> <MaxSumDread>string</MaxSumDread> <sumLife>string</sumLife> <sumDis>string</sumDis> <SumDread>string</SumDread> <SEClass>string</SEClass> <ProductCode>string</ProductCode> <HIVRequired>string</HIVRequired> <NewBusFlag>string</NewBusFlag> <VDN>string</VDN> <Height>string</Height> <Weight>string</Weight> <Smoker>string</Smoker> <MaritalStatus>string</MaritalStatus> <Premium>string</Premium> <BrandCode>string</BrandCode> <RefNr>string</RefNr> <ContactID>string</ContactID> <CompanyCode>string</CompanyCode> <RiskNo>string</RiskNo> <PolicyTerm>string</PolicyTerm> <Operator>string</Operator> <RateGroup>string</RateGroup> <BrokerRef>string</BrokerRef> <EventDisability>string</EventDisability> <OccuDisability>string</OccuDisability> <RiskType>string</RiskType> <FuneralCover>string</FuneralCover> </details> </SubmitClientDetails> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 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> <SubmitClientDetailsResponse xmlns="http://tempuri.org/"> <SubmitClientDetailsResult>string</SubmitClientDetailsResult> </SubmitClientDetailsResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /1LifeHippoService/HippoLifeService.asmx HTTP/1.1 Host: 1lifejhb.isservices.co.za Content-Type: application/soap+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> <SubmitClientDetails xmlns="http://tempuri.org/"> <details> <Title>string</Title> <FirstName>string</FirstName> <LastName>string</LastName> <Gender>string</Gender> <DateOfBirth>string</DateOfBirth> <Age>int</Age> <Email>string</Email> <ContactNr>string</ContactNr> <CellNr>string</CellNr> <EduCode>string</EduCode> <EduDesc>string</EduDesc> <MnthIncome>string</MnthIncome> <IncomeRange>string</IncomeRange> <OccuClass>string</OccuClass> <OccuDesc>string</OccuDesc> <MaxSumLife>string</MaxSumLife> <MaxSumDisability>string</MaxSumDisability> <MaxSumDread>string</MaxSumDread> <sumLife>string</sumLife> <sumDis>string</sumDis> <SumDread>string</SumDread> <SEClass>string</SEClass> <ProductCode>string</ProductCode> <HIVRequired>string</HIVRequired> <NewBusFlag>string</NewBusFlag> <VDN>string</VDN> <Height>string</Height> <Weight>string</Weight> <Smoker>string</Smoker> <MaritalStatus>string</MaritalStatus> <Premium>string</Premium> <BrandCode>string</BrandCode> <RefNr>string</RefNr> <ContactID>string</ContactID> <CompanyCode>string</CompanyCode> <RiskNo>string</RiskNo> <PolicyTerm>string</PolicyTerm> <Operator>string</Operator> <RateGroup>string</RateGroup> <BrokerRef>string</BrokerRef> <EventDisability>string</EventDisability> <OccuDisability>string</OccuDisability> <RiskType>string</RiskType> <FuneralCover>string</FuneralCover> </details> </SubmitClientDetails> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+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> <SubmitClientDetailsResponse xmlns="http://tempuri.org/"> <SubmitClientDetailsResult>string</SubmitClientDetailsResult> </SubmitClientDetailsResponse> </soap12:Body> </soap12:Envelope>