The Create/Update End user Location information doesn't match the actual data
(Doc ID 2969194.1)
Last updated on FEBRUARY 07, 2024
Applies to:
Oracle Communications MetaSolv Solution - Version 6.3.1 and laterInformation in this document applies to any platform.
Symptoms
The Create/Update End user Location information doesn't match the actual data the MetaSolv provides.
It says that the "addressComponents" is an XML string with one of the elements being "<sfname></sfname>". While this is required for the RETURNED value, it appears this value is missing from the XML coming FROM metasolv TO the extension.
In the Documentation (Custom Extensions Developer's Reference) the return data included the <sfname></sfname>
Document - Custom Extensions Developer's Reference (PageNumber - 73)
Table A-59 (Cont.) Create/Update Name/Value Pair Input Data
DataName - addressComponents
Data type - String
Data Description -
<ADDRESS>
<sfname></sfname>
<structureFormatComponents>
<id></id>
<name></name>
<componentType></componentType>
<value></value>
</structureFormatComponents>
</ADDRESS>
As per the java file ("SampleAddressValidation.java") the return data should be of the following format.
File Location - SampleAddressValidation.java -
"mss_ext_samples\src\com\metasolv\custom\vendor\extension\SampleAddressValidation"
<ADDRESS>
<structureFormatComponents>
<id></id>
<name></name>
<componentType></componentType>
<value></value>
</structureFormatComponents>
</ADDRESS>
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 |
Cause |
Solution |
References |