<?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: C# Application in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/c-application/m-p/175167#M128297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi. I appreciate the quick response, but I still seem to be having some problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At first, I added the following Web Service into my Visual Studio service reference: "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/wsdl/authentication-service.wsdl" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/wsdl/authentication-service.wsdl&lt;/A&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using this URL, I could not access the "AuthenticationService" class that you pointed in your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I tried to add the Web Service provided by your URL ("&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/api/AuthenticationService" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api/AuthenticationService&lt;/A&gt;&lt;SPAN&gt;") with no success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe I should show the code I've written so far. I doubt this is what I'm supposed to do, though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;string username = "admin", password = "admin";&lt;BR /&gt;AuthenticationResult ar = new AuthenticationResult();&lt;BR /&gt;&lt;BR /&gt;AuthenticationServiceSoapPortClient soap = new AuthenticationServiceSoapPortClient();&lt;BR /&gt;&lt;BR /&gt;ar = soap.startSession(username, password);&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 13:53:01 GMT</pubDate>
    <dc:creator>tcardoso</dc:creator>
    <dc:date>2008-08-26T13:53:01Z</dc:date>
    <item>
      <title>C# Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/c-application/m-p/175165#M128295</link>
      <description>I'm developing a C# application using the Alfresco Web Services, that's supposed to manage documents (write/read to/from) stored in the Alfresco server.Since the documentation provided is more java-oriented, I'm having a little trouble associating it to C#.Anyway - before anything else - how do I st</description>
      <pubDate>Tue, 26 Aug 2008 10:39:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/c-application/m-p/175165#M128295</guid>
      <dc:creator>tcardoso</dc:creator>
      <dc:date>2008-08-26T10:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: C# Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/c-application/m-p/175166#M128296</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;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;AuthenticationService authenticationService = new AuthenticationService();&lt;BR /&gt;authenticationService.Url = "&lt;A href="http://localhost:8080/alfresco/api/AuthenticationService" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api/AuthenticationService&lt;/A&gt;";&lt;BR /&gt;AuthenticationResult results = authenticationService.startSession(userName, password);&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Cheers, jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:19:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/c-application/m-p/175166#M128296</guid>
      <dc:creator>jpfi</dc:creator>
      <dc:date>2008-08-26T12:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: C# Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/c-application/m-p/175167#M128297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi. I appreciate the quick response, but I still seem to be having some problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At first, I added the following Web Service into my Visual Studio service reference: "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/wsdl/authentication-service.wsdl" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/wsdl/authentication-service.wsdl&lt;/A&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using this URL, I could not access the "AuthenticationService" class that you pointed in your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I tried to add the Web Service provided by your URL ("&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/api/AuthenticationService" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api/AuthenticationService&lt;/A&gt;&lt;SPAN&gt;") with no success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe I should show the code I've written so far. I doubt this is what I'm supposed to do, though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;string username = "admin", password = "admin";&lt;BR /&gt;AuthenticationResult ar = new AuthenticationResult();&lt;BR /&gt;&lt;BR /&gt;AuthenticationServiceSoapPortClient soap = new AuthenticationServiceSoapPortClient();&lt;BR /&gt;&lt;BR /&gt;ar = soap.startSession(username, password);&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 13:53:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/c-application/m-p/175167#M128297</guid>
      <dc:creator>tcardoso</dc:creator>
      <dc:date>2008-08-26T13:53:01Z</dc:date>
    </item>
  </channel>
</rss>

