Hi,
I am sending an Email based on the data below: -
<?xml version="1.0" encoding="UTF-8" ?>
- http://sap.com/xi/XI/Mail/30">
<Subject>Subject</Subject>
<To>Me</To>
<Content_Type>text/plain</Content_Type>
<Content_Disposition>attachment;filename=MyFile.xml</Content_Disposition>
<Content><TEST>Constant</TEST></Content>
</p3:Mail>
When I get the Email the data is
<TEST>Constant</TEST>
Has anybode had this problem before.
Thanks
Martin