cancel
Showing results for 
Search instead for 
Did you mean: 

How to add document name and document namespace to xml mail sender msg

Former Member
0 Kudos

Hi,

I have set up a sender mail CC that accepts messages already in XML format. However, the messages are missing the document name and document namespace. I am trying to use MessageTransformBean to add these to the message payload. However the examples I've found so far all talk about converting plain text coming in. When I used convertionTpe -> SimplePlain2XML it messed up the original content with unnecessary xml tags.

Can someone please tell me how to insert the document name and namespace into the payload without converting the original xml content? Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Dont think there is a way.

As the source is a XML, why dont you create the MessageType with the same name and namespace as the XML file in the email.

Regards,

Bhavesh