Hi all,
I am FTP ing a xml file to the IS. In IS I want to transform the xml file into a document type. I’m doing the following in ftp
cd /ns/myFolder/outbound/incomingCXml (incomingCXML is the flow service)
put myXml.xml output.txt;text:xml
if I do save/restore pipeline i see the following in results tab after tracing restore pipeline step
node com.wm.lang.xml.Node:-1:1130642
this is not the value of my xml file. What am I doing wrong?
Best regards