Correlation Set - Error: The XPath segment "child::ns:guid" cannot be resol
Hi All,
I have written a process with a correlation set on mid-process invoke and receive. The correlation set has 2 property alias as shown below -
+<vprop:propertyAlias propertyName="cor:GuidCorrProperty" messageType="ns:NotificationProcessRequestMessage"+
part="payload">
+<vprop:query>/ns:guid</vprop:query>+
+</vprop:propertyAlias>+
+<vprop:propertyAlias propertyName="cor:GuidCorrProperty" messageType="client:AcknowledgeMessage" part="payload"/>+
I am getting a compilation error in Jdev with message - Error: The XPath segment "child::ns:guid" cannot be resolved. The element guid is a part of receive message which is defined as -
+<element name="process">+
+<complexType>+
+<sequence>+
+<element name="someelement1" type="string"/>+
+<element name="someelement2" type="string" minOccurs="0"/>+
+<element name="guid" type="string"/>+
+</sequence>+
+</complexType>+
+</element>+
Schema, message type, namespace ....everything looks ok. I am not getting any clue of that error.
Can anyone please point out what could be the cause of this error.
Appreciate the quick response.
Regards,
Viv
Edited by: user564736 on Jan 8, 2013 5:45 AM