<?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>topic Re: Bug in webservice of 1.1.2? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/bug-in-webservice-of-1-1-2/m-p/20385#M9525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This has been fixed now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2006 11:56:56 GMT</pubDate>
    <dc:creator>rwetherall</dc:creator>
    <dc:date>2006-01-18T11:56:56Z</dc:date>
    <item>
      <title>Bug in webservice of 1.1.2?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bug-in-webservice-of-1-1-2/m-p/20382#M9522</link>
      <description>I try to create a new content node of type pdf with the following code:NamedValue[] props = new NamedValue[] {new NamedValue("{http://www.alfresco.org/model/content/1.0}name", name)};CMLCreate create = new CMLCreate(name, parentReference, "{http://www.alfresco.org/model/content/1.0}content", props);</description>
      <pubDate>Wed, 28 Dec 2005 17:25:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bug-in-webservice-of-1-1-2/m-p/20382#M9522</guid>
      <dc:creator>cburghardt</dc:creator>
      <dc:date>2005-12-28T17:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in webservice of 1.1.2?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bug-in-webservice-of-1-1-2/m-p/20383#M9523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is definitely a bug and not limited to pdf files (of course) but can be reproduced with all binary content - at least here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The content is transferred like this at the moment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client uses ContentService and writes byte[]. The byte[] is transformed to a string in ContentWebService:205. AbstractContentWriter creates a byte[] from that string (yuck!) with the specified encoding. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One minor problem can be found in ContentWebService:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;writer.putContent(new String(content));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You should use the encoding that is specified by the ContentFormat as the ContentWriter does the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I still do not know where the problem is - perhaps Axis destroys my data. The default encoding of my platform is UTF-8 so this shouldn't be a problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 18:12:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bug-in-webservice-of-1-1-2/m-p/20383#M9523</guid>
      <dc:creator>cburghardt</dc:creator>
      <dc:date>2005-12-29T18:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in webservice of 1.1.2?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bug-in-webservice-of-1-1-2/m-p/20384#M9524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created a Jira bug for this so you track its progress.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.alfresco.org/jira/browse/AR-328" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/jira/browse/AR-328&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2006 20:23:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bug-in-webservice-of-1-1-2/m-p/20384#M9524</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2006-01-02T20:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in webservice of 1.1.2?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bug-in-webservice-of-1-1-2/m-p/20385#M9525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This has been fixed now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 11:56:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bug-in-webservice-of-1-1-2/m-p/20385#M9525</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2006-01-18T11:56:56Z</dc:date>
    </item>
  </channel>
</rss>

