CGReplyService
Click here for a complete list of operations.
CGReply
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 /CGReplyService.asmx HTTP/1.1
Host: testinsreply.tdmortgagesolutions.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://com/lender/ws/CGReply"
<?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>
<CGReply xmlns="http://com/lender/ws">
<SubmitCGResponseToFirstNational xmlns="">
<szCGUserID>string</szCGUserID>
<szCGResponseXml>
<MIResponse>
<StatusCode>string</StatusCode>
<StatusMessage>string</StatusMessage>
<PreferedLanguageCode>string</PreferedLanguageCode>
<ApplicationID>string</ApplicationID>
<ResponseDateAndTime>string</ResponseDateAndTime>
<ReferenceNumber>string</ReferenceNumber>
<RequestedInsuranceProduct>string</RequestedInsuranceProduct>
<ServiceTypeCode>string</ServiceTypeCode>
<PremiumRate>string</PremiumRate>
<PremiumAmount>string</PremiumAmount>
<FeeAmount>string</FeeAmount>
<PremiumPst>string</PremiumPst>
<TotalAmountDue>string</TotalAmountDue>
<InsuredAmount>string</InsuredAmount>
<CommitmentDate>string</CommitmentDate>
<InsuranceCoveragePercentage>string</InsuranceCoveragePercentage>
<ExpirationDate>string</ExpirationDate>
<Institution xsi:nil="true" />
<Institution xsi:nil="true" />
<Borrowers xsi:nil="true" />
<Borrowers xsi:nil="true" />
<Conditions xsi:nil="true" />
<Comments xsi:nil="true" />
<Messages xsi:nil="true" />
</MIResponse>
<MIResponse>
<StatusCode>string</StatusCode>
<StatusMessage>string</StatusMessage>
<PreferedLanguageCode>string</PreferedLanguageCode>
<ApplicationID>string</ApplicationID>
<ResponseDateAndTime>string</ResponseDateAndTime>
<ReferenceNumber>string</ReferenceNumber>
<RequestedInsuranceProduct>string</RequestedInsuranceProduct>
<ServiceTypeCode>string</ServiceTypeCode>
<PremiumRate>string</PremiumRate>
<PremiumAmount>string</PremiumAmount>
<FeeAmount>string</FeeAmount>
<PremiumPst>string</PremiumPst>
<TotalAmountDue>string</TotalAmountDue>
<InsuredAmount>string</InsuredAmount>
<CommitmentDate>string</CommitmentDate>
<InsuranceCoveragePercentage>string</InsuranceCoveragePercentage>
<ExpirationDate>string</ExpirationDate>
<Institution xsi:nil="true" />
<Institution xsi:nil="true" />
<Borrowers xsi:nil="true" />
<Borrowers xsi:nil="true" />
<Conditions xsi:nil="true" />
<Comments xsi:nil="true" />
<Messages xsi:nil="true" />
</MIResponse>
</szCGResponseXml>
</SubmitCGResponseToFirstNational>
</CGReply>
</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>
<CGReplyResponse xmlns="http://com/lender/ws">
<CGReplyResult xmlns="">
<ResponseDateTime>string</ResponseDateTime>
<CGReferenceNumber>string</CGReferenceNumber>
<mortinsurerReplyResponse>string</mortinsurerReplyResponse>
</CGReplyResult>
</CGReplyResponse>
</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 /CGReplyService.asmx HTTP/1.1
Host: testinsreply.tdmortgagesolutions.com
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>
<CGReply xmlns="http://com/lender/ws">
<SubmitCGResponseToFirstNational xmlns="">
<szCGUserID>string</szCGUserID>
<szCGResponseXml>
<MIResponse>
<StatusCode>string</StatusCode>
<StatusMessage>string</StatusMessage>
<PreferedLanguageCode>string</PreferedLanguageCode>
<ApplicationID>string</ApplicationID>
<ResponseDateAndTime>string</ResponseDateAndTime>
<ReferenceNumber>string</ReferenceNumber>
<RequestedInsuranceProduct>string</RequestedInsuranceProduct>
<ServiceTypeCode>string</ServiceTypeCode>
<PremiumRate>string</PremiumRate>
<PremiumAmount>string</PremiumAmount>
<FeeAmount>string</FeeAmount>
<PremiumPst>string</PremiumPst>
<TotalAmountDue>string</TotalAmountDue>
<InsuredAmount>string</InsuredAmount>
<CommitmentDate>string</CommitmentDate>
<InsuranceCoveragePercentage>string</InsuranceCoveragePercentage>
<ExpirationDate>string</ExpirationDate>
<Institution xsi:nil="true" />
<Institution xsi:nil="true" />
<Borrowers xsi:nil="true" />
<Borrowers xsi:nil="true" />
<Conditions xsi:nil="true" />
<Comments xsi:nil="true" />
<Messages xsi:nil="true" />
</MIResponse>
<MIResponse>
<StatusCode>string</StatusCode>
<StatusMessage>string</StatusMessage>
<PreferedLanguageCode>string</PreferedLanguageCode>
<ApplicationID>string</ApplicationID>
<ResponseDateAndTime>string</ResponseDateAndTime>
<ReferenceNumber>string</ReferenceNumber>
<RequestedInsuranceProduct>string</RequestedInsuranceProduct>
<ServiceTypeCode>string</ServiceTypeCode>
<PremiumRate>string</PremiumRate>
<PremiumAmount>string</PremiumAmount>
<FeeAmount>string</FeeAmount>
<PremiumPst>string</PremiumPst>
<TotalAmountDue>string</TotalAmountDue>
<InsuredAmount>string</InsuredAmount>
<CommitmentDate>string</CommitmentDate>
<InsuranceCoveragePercentage>string</InsuranceCoveragePercentage>
<ExpirationDate>string</ExpirationDate>
<Institution xsi:nil="true" />
<Institution xsi:nil="true" />
<Borrowers xsi:nil="true" />
<Borrowers xsi:nil="true" />
<Conditions xsi:nil="true" />
<Comments xsi:nil="true" />
<Messages xsi:nil="true" />
</MIResponse>
</szCGResponseXml>
</SubmitCGResponseToFirstNational>
</CGReply>
</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>
<CGReplyResponse xmlns="http://com/lender/ws">
<CGReplyResult xmlns="">
<ResponseDateTime>string</ResponseDateTime>
<CGReferenceNumber>string</CGReferenceNumber>
<mortinsurerReplyResponse>string</mortinsurerReplyResponse>
</CGReplyResult>
</CGReplyResponse>
</soap12:Body>
</soap12:Envelope>