Hi
I was trying to connect an XML data to database and i got below issue which let me to do a R&D on how the XML parsing works in BPEL.
<bpelFault><faultType>0</faultType><selectionFailure xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"><part name="summary"><summary>The <from> value is invalid. The result of from-spec is null. Either the from node value or the xpath query in the from node value was invalid. According to BPEL4WS spec 1.1 section 14.3, the from node value should not be empty. Verify the from node value at line number 67 in the BPEL source. </summary></part></selectionFailure></bpelFault>
Please let me know how to resolve the issue and how to connect xml--->database hrough BPEL process
Regards
Tirumala