<?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: Error with getChildren method in NavigationService in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223239#M176369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ramesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even I am getting the same error while using XmlBeans binding, but with ADB binding it works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems like some services are running properly in ADB binding and some in XmlBeans.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you find solution using XmlBeans then please share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem with ADB binding is, we have to set all method parameters (even if it is optional), while&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in XmlBeans we can skip optional method parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you thinking to change Axis2 to any other framework?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Mar 2010 08:15:12 GMT</pubDate>
    <dc:creator>nikes</dc:creator>
    <dc:date>2010-03-12T08:15:12Z</dc:date>
    <item>
      <title>Error with getChildren method in NavigationService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223236#M176366</link>
      <description>Hi all,I was testing the getChildren method in NavigationService couple of weeks back and it worked fine. When I tried this method last Friday and also this morningI am getting errors. I am sure I didn't&amp;nbsp; change the code which&amp;nbsp; I used couple of weeks back.Request&amp;lt;getChildren xmlns="http://docs.oa</description>
      <pubDate>Mon, 08 Mar 2010 14:45:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223236#M176366</guid>
      <dc:creator>rameshbelli</dc:creator>
      <dc:date>2010-03-08T14:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error with getChildren method in NavigationService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223237#M176367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The getChildren call with the AtomPub binding is working fine for me for that specific folder object (using Python cmislib).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know Dave recently switched cmis.alfresco.com to svn head. Maybe that affected you in some way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you get the children of any folder object or is it just this one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 22:56:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223237#M176367</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2010-03-09T22:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error with getChildren method in NavigationService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223238#M176368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the prompt reply Jeff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did tried others folder Id and I cannot get the children of any of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even I tried the other methods like getObject(), getDescendants() , getFolderTree() in NavigationService I get the same kind of error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ramesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 14:13:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223238#M176368</guid>
      <dc:creator>rameshbelli</dc:creator>
      <dc:date>2010-03-10T14:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error with getChildren method in NavigationService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223239#M176369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ramesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even I am getting the same error while using XmlBeans binding, but with ADB binding it works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems like some services are running properly in ADB binding and some in XmlBeans.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you find solution using XmlBeans then please share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem with ADB binding is, we have to set all method parameters (even if it is optional), while&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in XmlBeans we can skip optional method parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you thinking to change Axis2 to any other framework?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 08:15:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223239#M176369</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2010-03-12T08:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error with getChildren method in NavigationService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223240#M176370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suggest you to use Apache CXF, it works fine!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 09:27:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223240#M176370</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2010-03-12T09:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error with getChildren method in NavigationService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223241#M176371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all , everything works fine now. Thanks for whoever fixed the error on the Server side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nikes , we&amp;nbsp; are going with Axis2 and everything works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Jeff and Nikes for your post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 14:27:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223241#M176371</guid>
      <dc:creator>rameshbelli</dc:creator>
      <dc:date>2010-03-12T14:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error with getChildren method in NavigationService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223242#M176372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ramesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please share how did you solve this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which Alfresco version should I use?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently I am using Alfresco 3.2r2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Mar 2010 08:00:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-with-getchildren-method-in-navigationservice/m-p/223242#M176372</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2010-03-13T08:00:10Z</dc:date>
    </item>
  </channel>
</rss>

