<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: PayloadZipBean + MessageTransformBean in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819982#M3130633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you will have to use the PayloadSwapBean first, then afterwards you can use the MessageTransformBean to change it to UTF-8. But I have not used the PayloadSwapBean yet, so you might have to do some research:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0964d7c-e66e-2910-24bb-ac535e4a5992?QuickLink=index&amp;amp;overridelayout=true&amp;amp;10402410816215" title="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0964d7c-e66e-2910-24bb-ac535e4a5992?QuickLink=index&amp;amp;overridelayout=true&amp;amp;10402410816215"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0964d7c-e66e-2910-24bb-ac535e4a5992?QuickLink=index&amp;amp;overridelayout=true&amp;amp;10402410816215&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That one seems to have a topic on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2012 12:03:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-25T12:03:29Z</dc:date>
    <item>
      <title>PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaq-p/8819969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first post on SCN. I hope to be a positive resource to this community. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I wanted to ask a question I have been riddled with for some time. We had the requirement to use a sender file adapter for zipped plain text files (sort of CSV file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issues I encountered:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;GZip is not really supported by the PayloadZipBean: I assume there is no way around this (Question 1), so we decided to switch to normal Zip files&lt;/LI&gt;&lt;LI&gt;Using File Content Conversion:&lt;UL&gt;&lt;LI&gt;Apparently this is not possible, as it tries to convert the inbound zip file into an XML: replaced this by the MessageTransformBean.&lt;/LI&gt;&lt;LI&gt;So at this time, the modules set up are: PayloadZipBean with mode set to unzip, afterwards, the MessageTransformBean with all the parameters set up correctly. This was working fine, as long as the input did not contain any special characters. So on to the next issue.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The plain text files are in codepage ISO-8859-1. I have tried TextCodepageConversionBean with the conversion.charset set to utf-8. I have also tried to use the XMLAnonymizerBean (and changing the charset of the XML to ISO, but no result) before the MessageTransformBean. However, this still results in special characters being replaced by ï?n or question marks. I assume this is because the TextCodepageConversionBean only works on payloads of type plain/text, while the result of the PayloadZipBean is "&lt;SPAN class="st"&gt;application/octet-stream"&lt;EM&gt;. &lt;/EM&gt;Is there any way to do this properly? (Question 2)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="st"&gt;My workaround is quite simple. I use the PayloadZipBean module in a first sender adapter. Drop this file with a file receiver adapter and then use a second file sender adapter with normal FCC with the Encoding set to &lt;/SPAN&gt;ISO-8859-1. This works fine - special characters are read correctly. However, I would prefer doing it all in one sender adapter.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has any answer to my questions or is maybe doing something similar and has questions, please feel free to answer my post! Also thanks to Stefan Grube for his great post working-with-the-payloadzipbean-module-of-the-xi-adapter-framework.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My regards,&lt;/P&gt;&lt;P&gt;Aerv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 20:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaq-p/8819969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-22T20:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819970#M3130621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while the result of the PayloadZipBean is "&lt;SPAN class="st"&gt;application/octet-stream"&lt;EM&gt;. &lt;/EM&gt;Is there any way to do this properly? (Question 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;Thanks for the elaborate description on this topic.&amp;nbsp; I see in the help link for the payloadzipbean module as well as Stefan's blog for how to set the content type as text/plain. is that you want? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/45/da9358a1772e97e10000000a155369/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/45/da9358a1772e97e10000000a155369/content.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework"&gt;http://scn.sap.com/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;or is special character stops you to convert into text/plain? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 20:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819970#M3130621</guid>
      <dc:creator>baskar_gopalakrishnan2</dc:creator>
      <dc:date>2012-05-22T20:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819971#M3130622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aerv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reading your post i learned many things, i would prefer 4th point solution to achieve your requirement. Because doing in one scenario may be big risky&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But solution is use OS Command script to zip your file and call OS command in File channel with option beofore message processing then use otehr module(code page conversion).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 21:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819971#M3130622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-22T21:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819972#M3130623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: You are right, gzip is not supported by this bean, so switching to zip was a good decision.&lt;/P&gt;&lt;P&gt;2: Did you try using the following attribute of MessageTransformBean:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Transform.ContentType&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text/xml;charset=iso-8859-1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It should help you make PI understand the input as iso-encoded. Special characters should be converted to unicode properly in this case, for further PI processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 21:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819972#M3130623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-22T21:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819973#M3130624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your feedback. I know that using an OS command to unzip (I'm not zipping the file) would also work. But would prefer to do it all in the adapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aerv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 06:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819973#M3130624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T06:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819974#M3130625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baskar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this contentType is only for zipping. Not for unzipping, as the help page says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"This parameter is only relevant for compressing"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I don't think this is an option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aerv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 06:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819974#M3130625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T06:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819975#M3130626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your feedback. I have already tried using the Transform.ContentType set to iso-8859-1, as well as the xml.conversion parameter. However, I still had the same issue when it comes to the special characters (è, é, ...). They arrive in the integration engine like this: ï¿½ - indicating a missing character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aerv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 07:01:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819975#M3130626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T07:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819976#M3130627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Aerv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a few more ideas:&lt;/P&gt;&lt;P&gt;- Did you use &lt;EM&gt;Transform.ContentType = iso-8859-1&lt;/EM&gt;, or the whole value that I mentioned? Most probably it does make a difference.&lt;/P&gt;&lt;P&gt;- You could try using &lt;EM&gt;Transform.ContentType = text/xml;charset=utf-8&lt;/EM&gt;. I have no idea why whould it work, but it seems worth trying &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/746/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;- Are you sure your file is ISO-8859-1 encoded? You can try experimenting with this online tool to confirm that: &lt;A href="http://kanjidict.stc.cx/recode.php"&gt;http://kanjidict.stc.cx/recode.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 10:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819976#M3130627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T10:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819977#M3130628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;TextCodepageConversionBean&lt;/SPAN&gt; does not work properly, when the ContentType of the source is not known.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As work around you can set the ContentType with the MessageTransformBean. For this purpose you have to put the MessageTransformbean twice in the module chain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters for the first MessageTransformBean would be: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Transform.ContentType&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text/plain;charset=iso-8859-1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;The second appearance of the MessageTransformBean does the conversion, as you have already set.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 11:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819977#M3130628</guid>
      <dc:creator>stefan_grube</dc:creator>
      <dc:date>2012-05-23T11:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819978#M3130629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. Inserting a MessageTransformBean prior to the Conversion MessageTransformBean with the parameter Transform.ContentType set to text/plain;charset=iso-8859-1 indeed does the trick. For other people doing this, make sure that your second MessageTransformBean (the conversion one) still contains the Transform.ContentType parameter, this time set to text/xml;charset=utf-8. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 11:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819978#M3130629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T11:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819979#M3130630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aerv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide me the screen shot or the code as I am facing the same problem and want to convert my email attachment to UTF-8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Iqbal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 19:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819979#M3130630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T19:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819980#M3130631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iqbal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/105006" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you are working with an attachment, then I believe you might have to use the PayloadSwapBean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/content.htm" title="http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should allow you to swap your attachment with your main payload and then do the unzip. Because as you can see in the documentation of PayloadZipBean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;EM style=": ; font-size: 9pt;"&gt;zip.mode&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;Specify the processing mode:&lt;/EM&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;EM&gt;To decompress the main payload, use &lt;SPAN class="UserInput3"&gt;unzip&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will only decompress the main payload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aerv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 08:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819980#M3130631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-25T08:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819981#M3130632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aerv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Basically, I have an Email Attachment to iDoc scenario but I am struggling to read the special character in the email attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;XML Contains this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;lt;Eisenhüttenstr. 99&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;When PI reads the email it will change the character to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;lt;EisenhÃ¼ttenstr. 99&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I can see 2 payload in ABAP Stack&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MailMessage (text/xml;charset="utf-8")&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MailAttachment-1 (application/octet-stream;name="file1")&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/105003" /&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Is there anyway I can change the MailAttachment-1 (application/octet-stream;name="file") to MailAttachment-1 (text/xml;charset="utf-8")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I have tried MessageTransformBean but it didn't change the MailAttachment encoding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Adapter Module&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;localejbs/AF_Modules/MessageTransformBean&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local Enterprise Bean&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; contentType&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;contentType&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Transform.ContentType&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text/xml;charset="utf-8"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt; Thanks,&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Iqbal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 08:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819981#M3130632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-25T08:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819982#M3130633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you will have to use the PayloadSwapBean first, then afterwards you can use the MessageTransformBean to change it to UTF-8. But I have not used the PayloadSwapBean yet, so you might have to do some research:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0964d7c-e66e-2910-24bb-ac535e4a5992?QuickLink=index&amp;amp;overridelayout=true&amp;amp;10402410816215" title="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0964d7c-e66e-2910-24bb-ac535e4a5992?QuickLink=index&amp;amp;overridelayout=true&amp;amp;10402410816215"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0964d7c-e66e-2910-24bb-ac535e4a5992?QuickLink=index&amp;amp;overridelayout=true&amp;amp;10402410816215&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That one seems to have a topic on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 12:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819982#M3130633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-25T12:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819983#M3130634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aerv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if I can use PayloadSwapBean for different file names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically the file name is not constant and it will be based on Material number and Name so can we we use this bean for different file names as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Iqbal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 12:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819983#M3130634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-25T12:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: PayloadZipBean + MessageTransformBean</title>
      <link>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819984#M3130635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iqbal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure, if you find out, please let us know. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 11:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/payloadzipbean-messagetransformbean/qaa-p/8819984#M3130635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-01T11:39:33Z</dc:date>
    </item>
  </channel>
</rss>

