<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Wed, 25 Jun 2008 13:49:40 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2008-06-25T13:49:40Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Change Default Connection Properties for SQL Server / ColdFusion 7</title>
      <link>https://forums.adobe.com/thread/246670</link>
      <description>&lt;!-- [DocumentBodyStart:46f5339a-975c-4a04-bdfa-406c4c06f02c] --&gt;&lt;div class="jive-rendered-content"&gt;Change Default Connection Properties for SQL Server /
ColdFusion 7
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;I've started working with indexed views in my Microsoft SQL
Server 2005 database. Whenever a SQL statement alters a field (
INSERT, UPDATE, DELETE ) used by the index on an indexed view
certain connection settings must be set.
&lt;br/&gt;
&lt;br/&gt;SET ANSI_NULLS ON
&lt;br/&gt;SET ANSI_PADDING ON
&lt;br/&gt;SET ANSI_WARNINGS ON
&lt;br/&gt;SET CONCAT_NULL_YIELDS_NULL ON
&lt;br/&gt;SET NUMERIC_ROUNDABORT OFF
&lt;br/&gt;SET QUOTED_IDENTIFIER ON
&lt;br/&gt;SET ARITHABORT ON
&lt;br/&gt;
&lt;br/&gt;When ColdFusion connects to SQL server the ARIHABORT setting
is OFF causing SQL statements to fail.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;I currently have two workarounds for this:
&lt;br/&gt;
&lt;br/&gt;1. Use a stored procedure created with the required settings.
&lt;br/&gt;
&lt;br/&gt;2. Run a cfquery containing the required settings before the
UPDATE, INSERT, or DELETE cfquery statement.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Questions:
&lt;br/&gt;
&lt;br/&gt;1. Is it possible to configure ColdFusion's connection to set
ARITHABORT ON by default? 
&lt;br/&gt;
&lt;br/&gt;2. Does Microsoft's JDBC driver use this setting by default?
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;My environment:
&lt;br/&gt;Microsoft SQL Server 2005
&lt;br/&gt;ColdFusion 7.0.2
&lt;br/&gt;Windows 2003
&lt;br/&gt;Using the SQL Server drivers bundled with CF7
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;References:
&lt;br/&gt;Improving Performance with SQL Server 2005 Indexed Views
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.microsoft.com/technet/prodtechnol/sql/2005/impprfiv.mspx" rel="nofollow"&gt;http://www.microsoft.com/technet/prodtechnol/sql/2005/impprfiv.mspx&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;PRB: Error "INSERT Failed" When You Update Table Referenced
in an Indexed View
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://support.microsoft.com/kb/305333" rel="nofollow"&gt;http://support.microsoft.com/kb/305333&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Any help is appreciated.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:46f5339a-975c-4a04-bdfa-406c4c06f02c] --&gt;&lt;img src='/beacon?t=1415921145404' /&gt;</description>
      <pubDate>Wed, 25 Jun 2008 13:49:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/246670</guid>
      <dc:date>2008-06-25T13:49:40Z</dc:date>
      <clearspace:dateToText>9 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Unable to Consume Windows Communication Foundation Web Service with Basic Authentication</title>
      <link>https://forums.adobe.com/thread/642095</link>
      <description>&lt;!-- [DocumentBodyStart:b0207a34-8be0-4ff3-90ac-85a1fc06beef] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;!--[CodeBlockStart:6b8131cb-b58d-4357-a1cc-4df986050e3d][excluded]--&gt;&lt;pre class="xml" name="code"&gt;I have a problem when trying to consume a web service based on the Windows Communication Foundation (WCF) using ColdFusion 8.0.1 on Windows 2003/IIS.&amp;nbsp; The web service in question requires basic authentication.&amp;nbsp; Both the CF and WCF web service servers are in house.&amp;nbsp; My goal is to expose some business logic written in WCF to my CF web site.

I receive the following ColdFusion error message when attempting to consume the service:
Cannot generate stub objects for web service invocation.
Name: http://example.com/MyService.svc?wsdl. WSDL: http://example.com/MyService.svc?wsdl. java.io.IOException: Server returned HTTP response code: 401 for URL: http://example.com/MyService.svc?xsd=xsd0 It is recommended that you use a web browser to retrieve and examine the requested WSDL document to ensure it is correct. If the requested WSDL document cannot be retrieved or is dynamically generated, it is likely that the target web service has programming errors. 



I have examined the web logs from the web service machine and it appears that the request to the WSDL URL specified in the CFOBJECT tag includes the required basic authentication user name and password.&amp;nbsp; WCF web service WSDL information is not contained in a single file.&amp;nbsp; The WSDL contains multiple import instructions that require additional URLs to be requested.&amp;nbsp; For example MyService.svc?wsdl would contain an instruction to import a file at MyService.svc?xsd=xsd0. This appears to be the cause of the failure.&amp;nbsp; The username and password is not being supplied to the requests for the additional files.


Here are snippets from the IIS logs on the WCF web serivce machine:

This request succeeded, the "200" is HTTP OK:
2010-05-19 16:49:16 W3SVC1 10.10.10.10 GET /MyService.svc wsdl 80 my_user_name 10.10.10.11 - 200 0 0

This request failed, the "401" indicates that the request did not include the required authentication info:
2010-05-19 16:49:16 W3SVC1 10.10.10.10 GET /MyService.svc xsd=xsd0 80 - 10.10.10.11 Java/1.6.0_04 401 2 2148074254


I have attempted to use the wsdl2javaArgs attribute of the CFOBJECT tag to specify the username and password but this does not change CF's behavior.&amp;nbsp; Here is my CF code:



Has anyone run into this before and have a solution or workaround?&amp;nbsp; Is there any additional information I can provide?

Thanks.&lt;/pre&gt;&lt;!--[CodeBlockEnd:6b8131cb-b58d-4357-a1cc-4df986050e3d]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b0207a34-8be0-4ff3-90ac-85a1fc06beef] --&gt;</description>
      <pubDate>Wed, 19 May 2010 15:50:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/642095</guid>
      <dc:date>2010-05-19T15:50:17Z</dc:date>
      <clearspace:dateToText>4 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Exceptions Trying to Consume Web Service</title>
      <link>https://forums.adobe.com/thread/39011</link>
      <description>&lt;!-- [DocumentBodyStart:5c57fa75-12be-4475-878f-eede6783774f] --&gt;&lt;div class="jive-rendered-content"&gt;My ColdFusion web site consumes ASP.NET web services to
access some .NET business objects. I am seeing some exceptions
intermittently. See sample error message below. Note that
"UploadDocument" is the web method I am trying to invoke.
&lt;br/&gt;
&lt;br/&gt;The part of the error message "java.net.SocketException:
Connection reset" leads me to think there may be a comminication
failure, possibly indicating a DNS problem. I have changed my CF
code to reference the ASP.NET web service WSDL by IP address but
this has not solved my problem.
&lt;br/&gt;
&lt;br/&gt;Error message:
&lt;br/&gt;Could not perform web service invocation "UploadDocument".
Here is the fault returned when invoking the web service
operation:&amp;lt;br&amp;gt; &amp;lt;pre&amp;gt;AxisFault faultCode: {
&lt;a class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/}Server.userException" rel="nofollow"&gt;http://schemas.xmlsoap.org/soap/envelope/}Server.userException&lt;/a&gt;
faultSubcode: faultString: java.net.SocketException: Connection
reset faultActor: faultNode: faultDetail: {
&lt;a class="jive-link-external-small" href="http://xml.apache.org/axis/}stackTrace:java.net.SocketException:" rel="nofollow"&gt;http://xml.apache.org/axis/}stackTrace:java.net.SocketException:&lt;/a&gt;
Connection reset at
java.net.SocketInputStream.read(SocketInputStream.java:168) at
java.io.BufferedInputStream.fill(BufferedInputStream.java:183) at
java.io.BufferedInputStream.read(BufferedInputStream.java:201) at
org.apache.axis.transport.http.HTTPSender.readHeadersFromSocket(HTTPSender.java:583)
at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:143)
at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at
org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at
org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) at
org.apache.axis.client.Call.invokeEngine(Call.java:2765) at
org.apache.axis.clie... &amp;lt;/pre&amp;gt; &amp;lt;br&amp;gt;The error occurred
on line 100. 
&lt;br/&gt;
&lt;br/&gt;My Environment:
&lt;br/&gt;Both the CF and ASP.NET web sites are on the same physical
server, but different IP addresses.
&lt;br/&gt;ColdFusion: version 7.0.2 Enterprise
&lt;br/&gt;JVM: Sun 1.4.2_15
&lt;br/&gt;OS: Windows 2003 R2, Service Pack 2
&lt;br/&gt;
&lt;br/&gt;Any help is resolving this issue is appreciated.
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c57fa75-12be-4475-878f-eede6783774f] --&gt;</description>
      <pubDate>Wed, 06 Aug 2008 14:48:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/39011</guid>
      <dc:date>2008-08-06T14:48:43Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>System Requirements for Flex Builder 3</title>
      <link>https://forums.adobe.com/thread/260001</link>
      <description>&lt;!-- [DocumentBodyStart:f06df847-0a63-406a-b4a0-d0ae80e6ccac] --&gt;&lt;div class="jive-rendered-content"&gt;I am confused about system requirements for Flex Builder 3.
&lt;br/&gt;
&lt;br/&gt;Adobe&amp;#8217;s website ( 
&lt;a class="jive-link-external-small" href="http://www.adobe.com/products/flex/systemreqs/" rel="nofollow"&gt;http://www.adobe.com/products/flex/systemreqs/&lt;/a&gt;
) lists the following requirements for Flex Builder:
&lt;br/&gt;
&lt;br/&gt;* Intel&amp;reg; Pentium&amp;reg; 4 processor
&lt;br/&gt;* Microsoft&amp;reg; Windows&amp;reg; XP with Service Pack 2 or
Windows Vista&amp;reg; Home Premium
&lt;br/&gt;* 1GB of RAM (2GB recommended)
&lt;br/&gt;* 500MB of available hard-disk space (additional 500MB
required for plug-in configuration)
&lt;br/&gt;* Java&amp;#8482; Virtual Machine: Sun&amp;#8482; JRE 1.4.2, Sun JRE
1.5 (included), IBM&amp;reg; JRE 1.5, or Sun JRE 1.6
&lt;br/&gt;* Eclipse&amp;#8482; 3.2.2 or higher for plug-in configuration
(Eclipse 3.3 recommended for Windows Vista)
&lt;br/&gt;* Adobe&amp;reg; Flash&amp;reg; Player 9 software*
&lt;br/&gt;* BEA Workshop 10.1
&lt;br/&gt;* IBM Rational Software Architect 7.0.0.3 (Eclipse 3.3
plug-in configuration only)
&lt;br/&gt;
&lt;br/&gt;As I understand it BEA Workshop and IBM Rational Software
Architect are both Eclipse based IDEs. 
&lt;br/&gt;
&lt;br/&gt;Do I need Eclipse 
&lt;b&gt;and&lt;/b&gt; BEA Workshop 
&lt;b&gt;and&lt;/b&gt; IBM Rational Software to use Flex Builder, or just one
Eclipse based IDE?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f06df847-0a63-406a-b4a0-d0ae80e6ccac] --&gt;</description>
      <pubDate>Tue, 11 Mar 2008 15:08:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/260001</guid>
      <dc:date>2008-03-11T15:08:25Z</dc:date>
      <clearspace:dateToText>6 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Use CFLDAP to Determine Groups a User is a Member Of</title>
      <link>https://forums.adobe.com/thread/134117</link>
      <description>&lt;!-- [DocumentBodyStart:341f41c8-f00b-4e32-be57-bb0e473b6d4f] --&gt;&lt;div class="jive-rendered-content"&gt;I have a website where users login with basic authentication
against Windows 2003 Active Directory. The login name,
cgi.auth_user is an account user name, sAMAccountName, in active
directory.
&lt;br/&gt;
&lt;br/&gt;The active directory structure has organizational unit
"Unit2" as a member of organizational unit "Unit1". The user is a
member of one or more groups in Unit2. 
&lt;br/&gt;I need to be able to query for the groups that the user is a
member of in Unit2. Groups will be added and removed over time so I
do not have a static list of groups to query against. 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;The following cfldap query returns the desired results
however I need a filter value where I can pass the users login
(sAMAccountName) instead of the fully quailified member name.
&lt;br/&gt;&amp;lt;cfldap action="query" name="membersData"
attributes="name" filter="member=CN=Joe
Smith,OU=Unit2,DC=mydomain,DC=com"
start="ou=Unit2,ou=Unit1,dc=mydomain,dc=com" server="#servername#"
username="#ldapuid#" password="#ldappwd#" separator=";" /&amp;gt; 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;I would like to be able to use something like:
&lt;br/&gt;&amp;lt;cfldap action="query" name="membersData"
attributes="name" filter="member=sAMAccountName=#cgi.auth_user#"
start="ou=Unit2,ou=Unit1,dc=mydomain,dc=com" server="#servername#"
username="#ldapuid#" password="#ldappwd#" separator=";" /&amp;gt; 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;What can I use for the filter attribute that will return
groups in Unit2 for which cgi.auth_user is a member?
&lt;br/&gt;
&lt;br/&gt;I am using CF7 on Windows 2003.
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:341f41c8-f00b-4e32-be57-bb0e473b6d4f] --&gt;</description>
      <pubDate>Thu, 13 Dec 2007 16:55:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/134117</guid>
      <dc:date>2007-12-13T16:55:42Z</dc:date>
      <clearspace:dateToText>6 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFPRINT Fonts</title>
      <link>https://forums.adobe.com/thread/67347</link>
      <description>&lt;!-- [DocumentBodyStart:16f1b1d3-765b-4341-b8ef-ce24deb7137e] --&gt;&lt;div class="jive-rendered-content"&gt;I am having a issue using CFPRINT. I have a pdf file which
uses three fonts: Arial, ArialBold, and ArialNarrow. Note that
ArialNarrow is an "Embedded Subset", the other fonts are not. When
printing using CFPRINT the ArialNarrow text prints rectangles
instead of text. The file prints correctly using Adobe Reader 8. I
have verified that the ArialNarrow font appears in the "Font
Management" page of the CF administrator. I am using Windows 2003
with Service Pack 2 and ColdFusion 8 trial. 
&lt;br/&gt;
&lt;br/&gt;Any help in getting files to print correctly is
appreciated.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:16f1b1d3-765b-4341-b8ef-ce24deb7137e] --&gt;</description>
      <pubDate>Thu, 23 Aug 2007 13:44:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/67347</guid>
      <dc:date>2007-08-23T13:44:02Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Errors Creating Java Stub for COM Object</title>
      <link>https://forums.adobe.com/thread/190928</link>
      <description>&lt;!-- [DocumentBodyStart:f6d230c2-a338-457b-9be5-4eb547655f92] --&gt;&lt;div class="jive-rendered-content"&gt;I have a .NET assembly that I have exposed through COM. I am
able to use the object with cfobject. I would like to create a java
stub for ColdFusion 7. I have used the com2java tool to create the
.java files from the .tlb for the com object, but am recieving
error messages when I try to compile them.
&lt;br/&gt;
&lt;br/&gt;Command used: javac -J-mx100m -J-ms100m *.java -classpath
C:\CFusionMX7\lib\jintegra.jar
&lt;br/&gt;
&lt;br/&gt;_ConnectProxy.java:26: illegal start of expression
&lt;br/&gt; static { .JIntegraInit.init(); }
&lt;br/&gt; ^
&lt;br/&gt;IeConnectHelperProxy.java:26: illegal start of expression
&lt;br/&gt; static { .JIntegraInit.init(); }
&lt;br/&gt; ^
&lt;br/&gt;2 errors
&lt;br/&gt;
&lt;br/&gt;My platform is Windows 2003, ColdFusion 7.02
&lt;br/&gt;
&lt;br/&gt;Any help is appreciated.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f6d230c2-a338-457b-9be5-4eb547655f92] --&gt;</description>
      <pubDate>Thu, 14 Dec 2006 22:42:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/190928</guid>
      <dc:date>2006-12-14T22:42:07Z</dc:date>
      <clearspace:dateToText>7 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Error using web service setup in CFIDE</title>
      <link>https://forums.adobe.com/thread/179456</link>
      <description>&lt;!-- [DocumentBodyStart:700bad49-5006-4e95-a1a5-390d918263b4] --&gt;&lt;div class="jive-rendered-content"&gt;I am consuming an ASP.NET web service with ColdFusion 7. The
first time I invoke the service after starting the CF service I get
the error message "Could not generate stub objects for web service
invocation"
&lt;br/&gt;
&lt;br/&gt;To fix this error I log into the CFIDE and click "Update Web
Service". Calls to the service will work work until the next
restart the ColdFusion MX 7 Application Server service
&lt;br/&gt;
&lt;br/&gt;I have deleted the service from the CFIDE and moved the WSDL
URL, username, and password to the attributes of the cfinvoke tag.
Consuming the service then works consistently even after a
re-start.
&lt;br/&gt;
&lt;br/&gt;I would rather setup web services in the CFIDE. Has anyone
else had this issue or have a solution?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:700bad49-5006-4e95-a1a5-390d918263b4] --&gt;</description>
      <pubDate>Tue, 23 Jan 2007 00:27:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/179456</guid>
      <dc:date>2007-01-23T00:27:49Z</dc:date>
      <clearspace:dateToText>7 years 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Accesss violation error</title>
      <link>https://forums.adobe.com/thread/194082</link>
      <description>&lt;!-- [DocumentBodyStart:7dfef985-a26a-409b-89ed-3ad6d2fb86ea] --&gt;&lt;div class="jive-rendered-content"&gt;I am receiving the following error message in Homesite 5.5 on
Windows:
&lt;br/&gt;
&lt;br/&gt;Access violation at address 00403A2B in module
&amp;lsquo;HomeSite5.Exe&amp;#8217;. Read of address 00000000.
&lt;br/&gt;
&lt;br/&gt;The error occurs intermittently while editing files.
&lt;br/&gt;
&lt;br/&gt;Any help to resolve this issue is appreciated.
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7dfef985-a26a-409b-89ed-3ad6d2fb86ea] --&gt;</description>
      <pubDate>Mon, 04 Dec 2006 17:14:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/194082</guid>
      <dc:date>2006-12-04T17:14:24Z</dc:date>
      <clearspace:dateToText>7 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Has anyone been able to use the Microsoft Dynamics GP  eConnect 9 COM object in ColdFusion?</title>
      <link>https://forums.adobe.com/thread/202879</link>
      <description>&lt;!-- [DocumentBodyStart:1c72ab85-b30c-439f-9078-c2f2f331e106] --&gt;&lt;div class="jive-rendered-content"&gt;Has anyone been able to use the eConnect 9 COM object in
ColdFusion?
&lt;br/&gt;
&lt;br/&gt;I have attempted this but been unable to make it work.
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for any help.
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1c72ab85-b30c-439f-9078-c2f2f331e106] --&gt;</description>
      <pubDate>Sat, 18 Nov 2006 01:00:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/202879</guid>
      <dc:date>2006-11-18T01:00:14Z</dc:date>
      <clearspace:dateToText>7 years 12 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

