Skip to Content
0
Jun 28, 2005 at 10:58 AM

character conversion in mail content

29 Views

Hello,

I am using the mail adapter with MAIL PACKAGE to receive

an IDOC from the partner.

But as I have a look in the content, the xml strukture is lost, as the tag delimiters are converted.

**************

s.com text/xml; charset=us-ascii 2005-06-27T09:27:35Z <2698554.1119864414712.JavaMail.SYSTEM@NTSAPBC> <?xml version="1.0" encoding="iso-8859-1"?>

&#60;SPCORD&#62;

&#60;IDOC BEGIN="1"&#62;

&#60;EDI_DC40 SEGMENT="1"&#62;

&#60;TABNAM&#62;EDI_DC40&#60;/TABNAM&#62;

&#60;MANDT&#62;200&#60;/MANDT&#62;

&#60;DOCNUM&#62;0000000001256099&#60;/DOCNUM&#62;

&#60;DOCREL&#62;46C&#60;/DOCREL&#62;

&#60;STATUS&#62;30&#60;/STATUS&#62;

&#60;DIRECT&#62;1&#60;/DIRECT&#62;

&#60;OUTMOD&#62;2&#60;/OUTMOD&#62;

********

How can I avoid this conversion from < or > to &#60,&#62???

Can somebody help me?

We are on SP10.

The mail is created from my partner by the BUSINESS CONNECTOR and before it works, as I had teh information, that the mail must be sent with content_type=text/xml.

But after an upgrade of the BC the content_type=text/xml; charset=us-ascii

Is this the reason and how can I avoid this.

best regards

Werner Magerl