<?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: How to access remote alfresco server using web service? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-access-remote-alfresco-server-using-web-service/m-p/8543#M2790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you look into the source code of the webservice samples, the&amp;nbsp; class "WebServiceFactory" is having a property as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; private static final String PROPERTY_FILE_NAME = "alfresco/webserviceclient.properties";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Probably this is a typographical mistake , you can observe the code is pointing a resource&amp;nbsp; "alfresco/webserviceclient.properties" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and in fact that resource is there under "alfresco/extension/webserviceclient.properties". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hence the application always pickingup the default "localhost" as the alfresco server to contact.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pavan Kumar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2006 09:20:44 GMT</pubDate>
    <dc:creator>pavan_kumar</dc:creator>
    <dc:date>2006-07-24T09:20:44Z</dc:date>
    <item>
      <title>How to access remote alfresco server using web service?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-access-remote-alfresco-server-using-web-service/m-p/8540#M2787</link>
      <description>Hi Everybody,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Whenever i try to run webservice examples in sdk,it looks like&amp;nbsp; the webservice code uses the localhost by default.But i want to access remote alfresco server.Even i tried by changing the repository url like, repository.location=http://remote-server:8080 in the&amp;nbsp; webserviceclient.pro</description>
      <pubDate>Thu, 20 Jul 2006 11:28:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-access-remote-alfresco-server-using-web-service/m-p/8540#M2787</guid>
      <dc:creator>kishore</dc:creator>
      <dc:date>2006-07-20T11:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to access remote alfresco server using web service?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-access-remote-alfresco-server-using-web-service/m-p/8541#M2788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kishore,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Move the webserviceclient.properties file from the package "alfresco.extension" to "alfresco" and it should work fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pavan Kumar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 10:31:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-access-remote-alfresco-server-using-web-service/m-p/8541#M2788</guid>
      <dc:creator>pavan_kumar</dc:creator>
      <dc:date>2006-07-21T10:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to access remote alfresco server using web service?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-access-remote-alfresco-server-using-web-service/m-p/8542#M2789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for ur reply,now its working fine.But can u tell where the problem actually?Is it problem with the alfresco web service code itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;kishore&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 15:06:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-access-remote-alfresco-server-using-web-service/m-p/8542#M2789</guid>
      <dc:creator>kishore</dc:creator>
      <dc:date>2006-07-21T15:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to access remote alfresco server using web service?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-access-remote-alfresco-server-using-web-service/m-p/8543#M2790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you look into the source code of the webservice samples, the&amp;nbsp; class "WebServiceFactory" is having a property as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; private static final String PROPERTY_FILE_NAME = "alfresco/webserviceclient.properties";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Probably this is a typographical mistake , you can observe the code is pointing a resource&amp;nbsp; "alfresco/webserviceclient.properties" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and in fact that resource is there under "alfresco/extension/webserviceclient.properties". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hence the application always pickingup the default "localhost" as the alfresco server to contact.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pavan Kumar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 09:20:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-access-remote-alfresco-server-using-web-service/m-p/8543#M2790</guid>
      <dc:creator>pavan_kumar</dc:creator>
      <dc:date>2006-07-24T09:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to access remote alfresco server using web service?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-access-remote-alfresco-server-using-web-service/m-p/8544#M2791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for raising the code problem&amp;nbsp; and reply,now i am able to point&amp;nbsp; remote alfresco server and its working fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Surprising thing is,its&amp;nbsp; look like&amp;nbsp; the package location of properties file was wrongly coded but nobody observed the problem so far?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kishore&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 04:42:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-access-remote-alfresco-server-using-web-service/m-p/8544#M2791</guid>
      <dc:creator>kishore</dc:creator>
      <dc:date>2006-07-27T04:42:39Z</dc:date>
    </item>
  </channel>
</rss>

