My Oracle Support Banner

Sensor XML Payload Structure Is Not In Sync With Sensor.xsd, CompositeDN Element Is Missing In 12c (Doc ID 2254598.1)

Last updated on MAY 19, 2023

Applies to:

Oracle SOA Suite - Version 12.2.1.2.0 and later
Information in this document applies to any platform.

Symptoms

The compositeDN element is missing from the actionData sensor in 12c:

XML payload for 11g:

<actionData xmlns='http://xmlns.oracle.com/bpel/sensor'>

<header>
<compositeDN>OTM/TestService!1.0*soa_6a3dc0da-dfa8-455a-b94f-6baf536cf8dc</compositeDN>
<compositeInstanceId>21446784</compositeInstanceId>
<componentName>TestComponent</componentName>
<sensor sensorName="TestService_TestComponent" filter="" target="undefined" kind="reference" xmlns="http://xmlns.oracle.com/bpel/sensor">
<referenceConfig reference="test" operation="Test" expression="$in.property.tracking.ecid" outputDataType="string" outputNamespace="http://www.w3.org/2001/XMLSchema"/>
</sensor>
</header><payload><referenceData>0000LgKE5cHE8Tlh^t8Dwa1OqYgP000001</referenceData></payload></actionData>


=================================

XML payload for 12c:

actionData xmlns='http://xmlns.oracle.com/bpel/sensor'>
<header>
<scaEntityId>240193</scaEntityId>
<compositeScaEntityId>240184</compositeScaEntityId>
<compositeInstanceId>260284</compositeInstanceId>
<flowId>250190</flowId>
<componentName>Test</componentName>
<ns0:sensor xmlns:ns0="http://xmlns.oracle.com/bpel/sensor" sensorName="Test_Service_TestComponent" filter="" kind="reference" target="undefined">
<ns0:referenceConfig reference="Test" operation="Test" expression="$in.property.tracking.ecid" outputDataType="string" outputNamespace="http://www.w3.org/2001/XMLSchema"/>
</ns0:sensor>
</header>
<payload>
<referenceData>32d40aa7-da88-41c0-b303-63f69c6d737c-001a4c38</referenceData></payload></actionData>

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


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