My Oracle Support Banner

XMLAPI GetOrderAtTask.Response in amending order state is giving incorrect output in Contemporary and History Perspective Data Perspective (Doc ID 2309458.1)

Last updated on MARCH 27, 2019

Applies to:

Oracle Communications Order and Service Management - Version 7.2.4 and later
Information in this document applies to any platform.

Symptoms

XMLAPI GetOrderAtTask.Response in amending order state is giving incorrect output in Contemporary and History Perspective data perspective.

Node WorkLineItemData should not be under _root.

i.e.

<GetOrderAtTask.Request xmlns="urn:com:metasolv:oms:xmlapi:1">
<OrderID>11</OrderID>
<Task>TaskB</Task>
</GetOrderAtTask.Request>


<_root index="0">
<BaseLineItemData index="1475091336841">
<Group index="1475091336842">
<Name index="1475091336843">Logistics</Name>
<Value index="1475091336844">Y</Value>
</Group><Group index="1475091336845">
<Name index="1475091336846">NSCE</Name>
<Value index="1475091336847">1</Value>
</Group>
</BaseLineItemData>
<WorkLineItemData index="1475091336849">
<Group index="1475091336850">
<Name index="1475091336851">NSCE</Name>
<Value index="1475091336852">12345</Value>
</Group></WorkLineItemData>
</_root>


<GetOrder.Request xmnls="urn:metasolv:oms:xmlapi:1">
<OrderID>11</OrderID>
<OrderHistID>510</OrderHistID>
<Accept>false</Accept>
</GetOrder.Request>

<_root index="0">
<BaseLineItemData index="1475171400025">
<Group index="1475171400026">
<Name index="1475171400027">Logistics</Name>
<Value index="1475171400028">Y</Value>
</Group><Group index="1475171400029">
<Name index="1475171400030">NSCE</Name>
<Value index="1475171400031">1</Value>
</Group></BaseLineItemData>
</_root>

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


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