FTPbing a XML file to am IS Service

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

Cemil,

Once you got the node in the pipeline,did you checked with converting XMLNodeToDocument or documentToRecord service?This will create you the document based on the documentTypeName.

HTH,