Cannot generate XML file with Connect-File and XML Stream
In Pega Platform 7.3.1, I am trying to generate an XML file from some of the data elements of a Case.
I created the Connect-File to point to the XML that will be generated. (applies to Work Object)
I created the XML stream (MyXMLStream) that will extract from Work Object to write XML (applies to Work Object)
(XML Type: xml)
I have an Activity to write the file. (Applies to Work Object).
Create new work object (Page-New) and set property.
Use of Connect-File
ConnectorName: XML stream name via autocomplete
Operation: Write from XML stream
Parameter: xml
When I run activity, it fails indicating it can't Rule-Obj-XML.
For Parameter, I have tried MyXMLStream xml, "MyXMLStream xml".
both attempts fail. Also, step page for Connect-File has been set with Page-New value as well.
The error also indicates still looking for MapFrom but as I am not using it via SOAP Response I didn't use that as the XML Type.
what am I missing?
thank you,
Rob