OSM CN Gateway removes Empty Elements/tags From Xquery
(Doc ID 3063515.1)
Last updated on DECEMBER 16, 2024
Applies to:
Oracle Communications Order and Service Management - Version 7.5.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
If empty elements are passed to the OSM CN gateway they are getting removed.
eg.
If let $request :=
<GetMyService>
<MyServiceIdentifier>
<Id></Id>
<Name>{$Mymnemonic}</Name>
<Version></Version>
</ServiceIdentifier>
</GetMyService>
return $request
We see in the gateway that the Id and Version attribute is removed, and only the following information is sent:
{
"GetCFService": {
"CFServiceIdentifier": {
"Name": "TELEC-24785-C-ICNNI"
}
}
}
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 |