My Oracle Support Banner

Hook Request To Skip XSD Validation For Incoming PACS004 Message (Doc ID 2907978.1)

Last updated on NOVEMBER 16, 2022

Applies to:

Oracle Banking Payments - Version 14.5.0.0.0 to 14.6.0.0.0 [Release 14]
Information in this document applies to any platform.

Symptoms

On : 14.5.0.0.0 version, Implementation Support

ACTUAL BEHAVIOR
---------------
Hook Request to skip XSD validation for incoming PACS004 message

Current patchset :: OBPM 14.5.0.4.0


EXPECTED BEHAVIOR
-----------------------
Required hook to skip mandatory XSD validation.

STEPS
-----------------------
The issue can be reproduced at will with the following steps:
Issue::
Currently XSD validation is mandatory for incoming pacs004 message .This is causing issue when OBPM expect the mandatory tag however for SARB same tag is not mandatory .Kindly assist in providing the hook to make XSD validation optional.

Observation::
For pacs 004 below code is returning "return false" however for other messages it is not "return false".
Please assist in providing hook to skip below validation.
Class file:: IsoTarget2Pacs004UploadProcessor
method ::validateBodyXML
if (path == null || path.isEmpty()) {
dbg(new Object[] { "No path maintained, skip validation" });

return false;
}

Changes

 for existing bug added request param GenericWiresInReturnTxnDriverDto, added changes for iso t2 004 KEY: POP_GENERICWIRES_DTLS

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.