Hi,
I'm trying a simple file -- mail scenario following /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure and the blog from Michal Krawczyk (don't have the link available at the moment). The mails are getting through fine BUT the payload is corrupt. The send file is organized as this:
<?xml version="1.0" encoding="UTF-8"?>
http://sap.com/xi/XI/Mail/30">
<Subject>This is just a test of receiver mail adapter</Subject>
myname(AT) mycompany.com
myOtherMail(AT) mycompany.com
<Content>Testing testing testing!!!Content>
</ns:Mail>
The final arrived mail payload looks like this:
<?xml version="1.0" encoding="UTF-8" ?>
http://sap.com/xi/XI/Mail/30" />
I.e. all the elements in source xml file are not passing through. When I look in pipelina (sxmb_moni) the same result is found after the "Request message mapping" step.
Instant help appreciated!
Regards