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"?>
<SPCORD>
<IDOC BEGIN="1">
<EDI_DC40 SEGMENT="1">
<TABNAM>EDI_DC40</TABNAM>
<MANDT>200</MANDT>
<DOCNUM>0000000001256099</DOCNUM>
<DOCREL>46C</DOCREL>
<STATUS>30</STATUS>
<DIRECT>1</DIRECT>
<OUTMOD>2</OUTMOD>
********
How can I avoid this conversion from < or > to <,>???
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