<?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: Web Service and Axis-1.6.2 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265780#M218910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't use Axis2 at all, but having a Maven based building environment and building an AMP file with all my customizations, I had to play with dependencies (libraries)inclusion/exclusions since, for example, Spring jars are already shipped within alfresco.war.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Moreover, every time I upgrade the version of a component I have to check if all its dependencies may cause a conflict, and this can be done using the Eclipse built-in pom editor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Most of conflicts are resolved by Eclipse, which omits troubling libraries, but I a few cases I had to figure out the problem by myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ndrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2013 16:02:55 GMT</pubDate>
    <dc:creator>abarisone</dc:creator>
    <dc:date>2013-01-10T16:02:55Z</dc:date>
    <item>
      <title>Web Service and Axis-1.6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265777#M218907</link>
      <description>Dear Community,i'm using Axis2 (1.6.2) to develop a web service that acts as a wrapper toward the Alfresco Web Service.In my env I'm using Axis 1.6.2 with rampart and MTOM modules. My problem is that to use the Alfresco WS I need to add some jars to my classpath, for ex:activation.jaraxis-1.4.jarbcp</description>
      <pubDate>Thu, 10 Jan 2013 11:25:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265777#M218907</guid>
      <dc:creator>acarpine</dc:creator>
      <dc:date>2013-01-10T11:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service and Axis-1.6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265778#M218908</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;SPAN&gt;as WS framework I'm using Apache CXF, which relies on Spring and makes it very compatible with Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;They can work well together on version 3.3.g and 4.0.x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find it here &lt;/SPAN&gt;&lt;A href="http://cxf.apache.org/" rel="nofollow noopener noreferrer"&gt;http://cxf.apache.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 13:33:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265778#M218908</guid>
      <dc:creator>abarisone</dc:creator>
      <dc:date>2013-01-10T13:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service and Axis-1.6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265779#M218909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks Andrea for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried to use Axis2 before Apache CXF? In case…have you experienced a similar problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 15:51:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265779#M218909</guid>
      <dc:creator>acarpine</dc:creator>
      <dc:date>2013-01-10T15:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service and Axis-1.6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265780#M218910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't use Axis2 at all, but having a Maven based building environment and building an AMP file with all my customizations, I had to play with dependencies (libraries)inclusion/exclusions since, for example, Spring jars are already shipped within alfresco.war.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Moreover, every time I upgrade the version of a component I have to check if all its dependencies may cause a conflict, and this can be done using the Eclipse built-in pom editor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Most of conflicts are resolved by Eclipse, which omits troubling libraries, but I a few cases I had to figure out the problem by myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ndrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 16:02:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265780#M218910</guid>
      <dc:creator>abarisone</dc:creator>
      <dc:date>2013-01-10T16:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service and Axis-1.6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265781#M218911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately in my case I believe I have to use Axis2 so I generated the client from WSDLs by myself (with Axis2).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example generating the client from &lt;/SPAN&gt;&lt;EM&gt;http://[host]:[port]/alfresco/api/AccessControlService?WSDL&lt;/EM&gt;&lt;SPAN&gt; I was able to generate 2 files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- AccessControlFaultException.java&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- AccessControlServiceStub.java&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for the package &lt;/SPAN&gt;&lt;EM&gt;org.alfresco.webservice.accesscontrol&lt;/EM&gt;&lt;SPAN&gt; but looking in the out-of-the-box ws client the package &lt;/SPAN&gt;&lt;EM&gt;org.alfresco.webservice.accesscontrol&lt;/EM&gt;&lt;SPAN&gt; has more the 10 classes…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what's wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 01:04:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265781#M218911</guid>
      <dc:creator>acarpine</dc:creator>
      <dc:date>2013-01-11T01:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service and Axis-1.6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265782#M218912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looking into the generated java classes I believe the described behavior is just a different way of packaging things. Anyway because Alfresco defines several WSDLs running the wsdl2java tool for each WSDL generate the same util class multiple times (and no util package as for the Alfresco out-of-the-box ws client).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to avoid this issue and to avoid to duplicate classes during classes generation. I know this is maybe a more wsdl2java/web service related problem, but would be interesting to know if someone already try this solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;many tks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;–ac&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 10:57:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265782#M218912</guid>
      <dc:creator>acarpine</dc:creator>
      <dc:date>2013-01-11T10:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service and Axis-1.6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265783#M218913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem. Did you get finally solve it? How did you do?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:15:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-service-and-axis-1-6-2/m-p/265783#M218913</guid>
      <dc:creator>lpascual</dc:creator>
      <dc:date>2015-03-05T17:15:00Z</dc:date>
    </item>
  </channel>
</rss>

