Anda di halaman 1dari 6

1. Launch Oracle SQL developer.

exe

2. Set up connection to oracle DB 3. Give inputs for connection prompt for Connection: Wamu10g

Username: wamudev Password: wamudev

4. Paste these query in SQL analyzer for the Loan number which needed HI or GL payloads. For HI/GL pay loads: Select MODIFY_DATE, BATCH_DATA from INTERFACE_BATCH_CLOB_DATA where ref_id in (Select LOAN_FUNDING_HISTORY_ID from LOAN_FUNDING_HISTORY where loan_id in (select loan_id from Loans where loan_no in ('xxxxxxxxxx')))

Execute the query

5. As the query output retrieved, with MOUSE RIGHT click on the retrieved field on BATCH_DATA with copy command (ctrl + c) Column on required loan #

6. Open new Notepad file.

7. Paste the Copied BATCH_DATA field record in the Note pad .

8. Save the text file as loan# -HI/GL.xml file. ((Dot) (.xml file) 9. Open the the loan# -HI/GL.xml file in Internet explorer (IE) and file looks like Below.

10. If the above .xml files when opened in Internet Explorer (IE) found with errors or found as invalid xml file or any type of other header errors, then follow below steps given in HI/GL payload saved .xml files. ----------------------------------------------------------------------------------------------------------FOR GL PAY LOAD 1. Need to follow these 2 steps after saving the BATCH_DATA field in the notepad as xml file if found errors. STEP-1 In GL xml file after saved, the top line (First-line) "<GLSendEvent xmlns:rlb="http://ptpusa.com/ptpxml/retaillending/base/entity/V4.0/"> Need to be replaced with below lines
<GLSendEventList xmlns="http://ptpusa.com/ptpxml/retaillending/retailmortgage/loan/GLBroadcast/m essage/V4.0/" xmlns:rlb="http://ptpusa.com/ptpxml/retaillending/base/entity/V4.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ptpusa.com/ptpxml/retaillending/retailmortgage/loan/G LBroadcast/message/V4.0/ GLSendV4.xsd"> <GLSendEvent xmlns:rlb="http://ptpusa.com/ptpxml/retaillending/base/entity/V4.0/">

STEP-2 And again in the same file (Last line) </GLSendEvent>" Need to be replaced with below lines
</GLSendEvent> </GLSendEventList>

----------------------------------------------------------------------------------------------------------FOR HI PAY LOAD 1. Need to follow 2 steps after saving the BATCH_DATA field in the notepad as xml file if found errors. STEP-1 In HI xml file after saved, the top line (First-line) "<rlb: Loan xmlns:rlb="http://ptpusa.com/ptpxml/retaillending/base/entity/V4.0/"> Need to be replaced with below lines
<LoanList xmlns="http://ptpusa.com/ptpxml/retaillending/retailmortgage/loan/loanexport/mes sage/V4.0/" xmlns:rlb="http://ptpusa.com/ptpxml/retaillending/base/entity/V4.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ptpusa.com/ptpxml/retaillending/retailmortgage/loan/lo anexport/message/V4.0/HISendV4.xsd"> <rlb:Loan xmlns:rlb="http://ptpusa.com/ptpxml/retaillending/base/entity/V4.0/">

STEP-2 And again in the same file the (Last line) only the quotes (Quotes) Need to be replaced with below lines
</LoanList>

Anda mungkin juga menyukai