<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Another Web Service Question</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Another Web Service Question</description>
  <pubDate>Wed, 10 Jun 2026 14:40:42 -700</pubDate>
  <lastBuildDate>Tue, 07 Apr 2009 15:43:36 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1193</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Another Web Service Question : Hmm, I see thatanything other...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4344#4344</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1193<br /><strong>Posted:</strong> 07-Apr-2009 at 3:43pm<br /><br />Hmm, I see that&nbsp;anything other than a string array does fail here, although the error is on the client side when sending the request to the web service.&nbsp; I don't have an answer for that, but you can instead use the OR operator to build an expression with multiple or'ed clauses, or write a custom web method which instead of taking a query takes exactly the arguments you want.]]>
   </description>
   <pubDate>Tue, 07 Apr 2009 15:43:36 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4344#4344</guid>
  </item> 
  <item>
   <title>Another Web Service Question : This works for me with your model:...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4343#4343</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1193<br /><strong>Posted:</strong> 07-Apr-2009 at 1:42pm<br /><br /><DIV></DIV>This works for me with your model: <DIV>&nbsp;</DIV><DIV><FONT color=#2b91af size=2><FONT color=#2b91af size=2>Query</FONT></FONT><FONT size=2> aQuery = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>new</FONT></FONT><FONT size=2> </FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>Query</FONT></FONT><FONT size=2>();</DIV><DIV><DIV></FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>QueryClause</FONT></FONT><FONT size=2> aClause = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>new</FONT></FONT><FONT size=2> </FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>QueryClause</FONT></FONT><FONT size=2>();</FONT></DIV><DIV><FONT size=2>aClause.ColumnName = </FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Name"</FONT></FONT><FONT size=2>;</FONT></DIV><DIV><FONT size=2>aClause.ColumnValue = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>new</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>string</FONT></FONT><FONT size=2>&#091;&#093; { </FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"HQ"</FONT></FONT><FONT size=2>, </FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"South"</FONT></FONT><FONT size=2> };</FONT></DIV><DIV><FONT size=2>aClause.Operator = </FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>QueryOp</FONT></FONT><FONT size=2>.In;</FONT></DIV><DIV><FONT size=2>aQuery.Expressions = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>new</FONT></FONT><FONT size=2> </FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>QueryExpression</FONT></FONT><FONT size=2>&#091;&#093; { aClause };</DIV></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 07 Apr 2009 13:42:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4343#4343</guid>
  </item> 
  <item>
   <title>Another Web Service Question : This brings back the problem when...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4342#4342</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 1193<br /><strong>Posted:</strong> 07-Apr-2009 at 1:24pm<br /><br />This brings back the problem when I try and do a QueryOp.In.<DIV>&nbsp;</DIV><DIV>"And because of this issue I am trying to do a work around by running multiple queries. Hopefully this does not become necessary. <DIV>&nbsp;</DIV><DIV>In doing so I ran into an issue with using the QueryOp.In type of query. I have tried to use an string, object&#091;&#093;, string&#091;&#093;, Int64&#091;&#093;, arraylist and list but they all return an error. String returns it has to be a collection and any collection returns:</DIV><DIV>The type&nbsp;xxx may not be used in this context."</DIV><DIV>&nbsp;</DIV><DIV>Posted in: <a href="http://www.ideablade.com/forum/forum_posts.asp?TID=1187" target="_blank">http://www.ideablade.com/forum/forum_posts.asp?TID=1187</A></DIV></DIV>]]>
   </description>
   <pubDate>Tue, 07 Apr 2009 13:24:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4342#4342</guid>
  </item> 
  <item>
   <title>Another Web Service Question : This problem is due to a DevForce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4341#4341</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1193<br /><strong>Posted:</strong> 07-Apr-2009 at 1:18pm<br /><br /><P>This problem is due to a DevForce bug.&nbsp; The serialized entity graph is not correct here because we're using the wrong type name when generating XML for null relational properties.</P><DIV>So, you've got - </DIV><DIV>&nbsp;</DIV><DIV>Organization entity:</DIV><DIV>&nbsp; - ParentOf&nbsp; - returning a list of OrganizationGroups</DIV><DIV>&nbsp; - ChildOf - returning a list of OrganizationGroups</DIV><DIV>&nbsp; - ... other props</DIV><DIV>&nbsp;</DIV><DIV>OrganizationGroup entity:</DIV><DIV>&nbsp; - ParentOf - returning an Organization</DIV><DIV>&nbsp; - ChildOf - returning an Organization</DIV><DIV>&nbsp; - ... other props</DIV><DIV>&nbsp;</DIV><DIV>When you call GetOrganizations with no spans in the query this will work and return only the requested organization(s).&nbsp; Adding spans for either the ParentOf or ChildOf properties fails because the XML generator is confusing the various ParentOf/ChildOf properties with their entity types.&nbsp;&nbsp;A workaround would be to retrieve organizations and organization groups in separate queries.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>We'll have this fixed in the next release (due in early May).</DIV>]]>
   </description>
   <pubDate>Tue, 07 Apr 2009 13:18:28 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4341#4341</guid>
  </item> 
  <item>
   <title>Another Web Service Question : I have sent the ORM.  One thing...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4315#4315</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 1193<br /><strong>Posted:</strong> 06-Apr-2009 at 8:18am<br /><br />I have sent the ORM.<DIV>&nbsp;</DIV><DIV>One thing I have noticed. A span with a non overrided name works. The one I am having an issue with the property name has been changed from Organizations to ParentOf. This is because there was also another property Organizations that needed to be the children (ChildOf).</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 06 Apr 2009 08:18:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4315#4315</guid>
  </item> 
  <item>
   <title>Another Web Service Question : First, if you haven&amp;#039;t already...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4280#4280</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1193<br /><strong>Posted:</strong> 03-Apr-2009 at 4:09pm<br /><br />First, if you haven't already checked it out, I would encourage you to take a look at the "Web Service Publishing" sample in the "300 Advanced" folder in the installed learning units.&nbsp; The sample shows several types of queries with spans.<DIV>&nbsp;</DIV><DIV>If it's still not making sense, please send your .ORM file and the generated webservice class to support.</DIV>]]>
   </description>
   <pubDate>Fri, 03 Apr 2009 16:09:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4280#4280</guid>
  </item> 
  <item>
   <title>Another Web Service Question : And the entity (OrganizationGroup)...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4277#4277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 1193<br /><strong>Posted:</strong> 03-Apr-2009 at 2:37pm<br /><br />And the entity (OrganizationGroup) that is returned by ParentOf is also a Web Method]]>
   </description>
   <pubDate>Fri, 03 Apr 2009 14:37:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4277#4277</guid>
  </item> 
  <item>
   <title>Another Web Service Question : I am still trying to get spans...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4276#4276</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 1193<br /><strong>Posted:</strong> 03-Apr-2009 at 2:30pm<br /><br />I am still trying to get spans to work correctly. If I put a QuerySpan in that does not exist I get nothing. But, If I put one that does, and is webvisable, I get the following error:<DIV>&nbsp;</DIV><DIV>{"The specified type was not recognized: name='ParentOf', namespace='http://ideablade.com/PersistenceWebService/Types/', at &lt;ChildOf xmlns='http://ideablade.com/PersistenceWebService/Types/'&gt;."}</DIV><DIV>&nbsp;</DIV><DIV>The Entity Organization is a Web Method the Relation Property is WebServiceVisable.</DIV><DIV>&nbsp;</DIV><DIV>If the span returns no values it passes. If the the span has values it throws the error.</DIV><DIV>&nbsp;</DIV><DIV>Code: (Notice I am not reference ChildOf as it does in the error)</DIV><DIV><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><FONT size=2><SPAN style="COLOR: #2b91af; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">Query</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"> aQuery = </SPAN><SPAN style="COLOR: blue; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">new</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"> </SPAN><SPAN style="COLOR: #2b91af; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">Query</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">();<?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><FONT size=2><SPAN style="COLOR: #2b91af; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">QueryClause</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"> aClause = </SPAN><SPAN style="COLOR: blue; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">new</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"> </SPAN><SPAN style="COLOR: #2b91af; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">QueryClause</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">();<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><FONT size=2><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">aClause.ColumnName = </SPAN><SPAN style="COLOR: #a31515; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">"Name"</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">;<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><FONT size=2><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">aClause.ColumnValue = </SPAN><SPAN style="COLOR: #a31515; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">"Oregon Cities"</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">;<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><FONT size=2><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">aClause.Operator = </SPAN><SPAN style="COLOR: #2b91af; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">QueryOp</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">.EQ;<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"><o:p><FONT size=2>&nbsp;</FONT></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><FONT size=2><SPAN style="COLOR: #2b91af; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">QuerySpan</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"> mOrgOrgGroupSpan = </SPAN><SPAN style="COLOR: blue; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">new</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"> </SPAN><SPAN style="COLOR: #2b91af; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">QuerySpan</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">();<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><FONT size=2><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">mOrgOrgGroupSpan.Relations = </SPAN><SPAN style="COLOR: blue; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">new</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"> </SPAN><SPAN style="COLOR: blue; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">string</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">&#091;&#093; { </SPAN><SPAN style="COLOR: #a31515; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">"ParentOf"</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"> };<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"><o:p><FONT size=2>&nbsp;</FONT></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><FONT size=2><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">aQuery.Spans = </SPAN><SPAN style="COLOR: blue; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">new</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"> </SPAN><SPAN style="COLOR: #2b91af; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">QuerySpan</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">&#091;&#093; { mOrgOrgGroupSpan };<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"><o:p><FONT size=2>&nbsp;</FONT></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><FONT size=2><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">aQuery.Expressions = </SPAN><SPAN style="COLOR: blue; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">new</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"> </SPAN><SPAN style="COLOR: #2b91af; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">QueryExpression</SPAN><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">&#091;&#093; { aClause };<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes"><o:p><FONT size=2>&nbsp;</FONT></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT size=2><SPAN style="COLOR: #2b91af; LINE-HEIGHT: 115%; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">Organization</SPAN><SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">&#091;&#093; mOrgs = mWebService.GetOrganizations(aQuery, </SPAN><SPAN style="COLOR: #2b91af; LINE-HEIGHT: 115%; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">String</SPAN><SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 10.0pt; mso-no-proof: yes">.Empty);</SPAN></FONT></P></DIV>]]>
   </description>
   <pubDate>Fri, 03 Apr 2009 14:30:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1193&amp;PID=4276#4276</guid>
  </item> 
 </channel>
</rss>