Book Image

ADempiere 3.6 Cookbook

Book Image

ADempiere 3.6 Cookbook

Overview of this book

Table of Contents (16 chapters)
ADempiere 3.6 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Equifax consumer bureau service


This service is used to find out the address, credit score, and fraud scan details of a customer. All input application data within the consumer bureau request should be in capital letters.

How to do it...

  1. 1. The following XML shall be created and sent to the Equifax NTG XML interface for a typical company-matching service:

    String xml = "<?xml version=\"1.0\" standalone=\"yes\"?>"
    + "<request>"
    + "<request_header interface_version_no= \"1.0\" dtd_version_no=\"1.0\">"
    + "<client_reference>XXXX</client_reference>"
    + "</request_header>"
    + "<service_request id=\"3\">"
    + "<consumer_bureau_service>"
    + "<consumer_bureau_request domain=\"XXXX\" usercode=\"XXXX\" password=\"XXXX\" operator_id=\"XXXX\" >"
    + "<consumer_search search_type=\"SE\" opt_in_out_flag=\"I\" associate_jointapp_flag=\"\">"
    + "<scoring qcb_option=\"1\" same_company_insight=\"\">"
    + "<score_product code=\"RNILF01\"/>"
    + "<...