XML as Input document and XML as Output Document

Hi All,

I have a scenario like the input is an XML document

where the data present in it has to be changed using some logics and the output is to be stored as an XML document

Can someone tell me is that possible in Appian.

If so, Could you please let me know how to do it.

TIA :)

 

  Discussion posts and replies are publicly visible

Parents
  • Another option is to use xpathdocument() function which reads xml from document. Then you can write a rule to create cdt objects by fetching data using xpath expressions and mapping to cdt fields using looping functions. For creating xml you can use toxml and write the xml to txt file using Document generation smart service - Text Doc from Template available OOTB.
Reply
  • Another option is to use xpathdocument() function which reads xml from document. Then you can write a rule to create cdt objects by fetching data using xpath expressions and mapping to cdt fields using looping functions. For creating xml you can use toxml and write the xml to txt file using Document generation smart service - Text Doc from Template available OOTB.
Children
No Data