IcelandicOnlineBankingSecondaryCollectionClaimsService
Click here for a complete list of operations.
QueryClaim
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 /IcelandicOnlineBankingSecondaryCollectionClaimsService.asmx HTTP/1.1 Host: spsh-iobs.heimabanki.is Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://IcelandicOnlineBanking/2005/12/01/QueryClaim" <?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> <QueryClaim xmlns="http://IcelandicOnlineBanking/2005/12/01/SecondaryCollectionClaims"> <key> <ClaimantID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</ClaimantID> <Account xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</Account> <DueDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">date</DueDate> </key> </QueryClaim> </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> <QueryClaimResponse xmlns="http://IcelandicOnlineBanking/2005/12/01/SecondaryCollectionClaims"> <QueryClaimResult> <Status xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">Unpaid or Paid or Cancelled or SecondaryCollection or LegalCollection</Status> <CategoryCode xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</CategoryCode> <TotalAmountDue xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</TotalAmountDue> <NoticeChargeAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</NoticeChargeAmount> <DefaultChargeAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</DefaultChargeAmount> <OtherCostsAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</OtherCostsAmount> <OtherDefaultCostsAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</OtherDefaultCostsAmount> <DefaultInterestAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</DefaultInterestAmount> <DiscountAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</DiscountAmount> </QueryClaimResult> </QueryClaimResponse> </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 /IcelandicOnlineBankingSecondaryCollectionClaimsService.asmx HTTP/1.1 Host: spsh-iobs.heimabanki.is 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> <QueryClaim xmlns="http://IcelandicOnlineBanking/2005/12/01/SecondaryCollectionClaims"> <key> <ClaimantID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</ClaimantID> <Account xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</Account> <DueDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">date</DueDate> </key> </QueryClaim> </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> <QueryClaimResponse xmlns="http://IcelandicOnlineBanking/2005/12/01/SecondaryCollectionClaims"> <QueryClaimResult> <Status xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">Unpaid or Paid or Cancelled or SecondaryCollection or LegalCollection</Status> <CategoryCode xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</CategoryCode> <TotalAmountDue xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</TotalAmountDue> <NoticeChargeAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</NoticeChargeAmount> <DefaultChargeAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</DefaultChargeAmount> <OtherCostsAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</OtherCostsAmount> <OtherDefaultCostsAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</OtherDefaultCostsAmount> <DefaultInterestAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</DefaultInterestAmount> <DiscountAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</DiscountAmount> </QueryClaimResult> </QueryClaimResponse> </soap12:Body> </soap12:Envelope>