submit an xml document to TN, docType is recognized, processing rule is called, which executes flow service.
The flow serive is one step wm.tn.doc.xml:bizdocToRecord. now bizdocToRecord will in turn call pub.web:documentToRecord and that is where I am seeing the problem.
Problem is I have a record list equivalent stucture in my xml instance document and when docuementToRecord step is called the make arrays parameter is false and therefore will not build the record list in the boundNode record. I get the last item from my xml structure as the only item in the record list in the bound node.
What is the problem here?
–steve
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods