<?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 consuming wsdl from out of alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/consuming-wsdl-from-out-of-alfresco/m-p/299367#M252497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i followed this article: &lt;/SPAN&gt;&lt;A href="http://www.mkyong.com/webservices/jax-ws/jax-ws-hello-world-example/" rel="nofollow noopener noreferrer"&gt;http://www.mkyong.com/webservices/jax-ws/jax-ws-hello-world-example/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so i have:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- HelloWorld &lt;/SPAN&gt;&lt;A href="http://pastebin.com/BJ3QA7pR" rel="nofollow noopener noreferrer"&gt;http://pastebin.com/BJ3QA7pR&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- HelloWorldImpl &lt;/SPAN&gt;&lt;A href="http://pastebin.com/RM5SBZ5C" rel="nofollow noopener noreferrer"&gt;http://pastebin.com/RM5SBZ5C&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- HelloWorldPublisher &lt;/SPAN&gt;&lt;A href="http://pastebin.com/H525WevK" rel="nofollow noopener noreferrer"&gt;http://pastebin.com/H525WevK&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;which serves as the endpoint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;on the other side i have the client which i generated with wsimport:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- HelloWorld &lt;/SPAN&gt;&lt;A href="http://pastebin.com/g07H1exf" rel="nofollow noopener noreferrer"&gt;http://pastebin.com/g07H1exf&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- HelloWorldImplService &lt;/SPAN&gt;&lt;A href="http://pastebin.com/f0YWMiYt" rel="nofollow noopener noreferrer"&gt;http://pastebin.com/f0YWMiYt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this runs fine in eclispe without alfresco being involved. however, i want to call the webservice from alfresco (from java backed web script for example)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i tried to copy the client side stuff to my amp file and calling it from a webscript but it fails!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: java.lang.IncompatibleClassChangeError: Class com.ibm.wsdl.DefinitionImpl does not implement the requested interface javax.wsdl.extensions.AttributeExtensible&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Webscript &lt;/SPAN&gt;&lt;A href="http://pastebin.com/7JksRdtU" rel="nofollow noopener noreferrer"&gt;http://pastebin.com/7JksRdtU&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - is there a more elegant way to configure the access to the wsdl by defining a spring bean (spring-ws) or such&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - why is it not working? full trace: &lt;/SPAN&gt;&lt;A href="http://pastebin.com/ak1qzygA" rel="nofollow noopener noreferrer"&gt;http://pastebin.com/ak1qzygA&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; is a bug &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-21093" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-21093&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 16:16:31 GMT</pubDate>
    <dc:creator>mrksjs</dc:creator>
    <dc:date>2014-09-03T16:16:31Z</dc:date>
    <item>
      <title>consuming wsdl from out of alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/consuming-wsdl-from-out-of-alfresco/m-p/299367#M252497</link>
      <description>i followed this article: http://www.mkyong.com/webservices/jax-ws/jax-ws-hello-world-example/so i have:- HelloWorld http://pastebin.com/BJ3QA7pR- HelloWorldImpl http://pastebin.com/RM5SBZ5C- HelloWorldPublisher http://pastebin.com/H525WevKwhich serves as the endpoint.on the other side i have the cli</description>
      <pubDate>Wed, 03 Sep 2014 16:16:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/consuming-wsdl-from-out-of-alfresco/m-p/299367#M252497</guid>
      <dc:creator>mrksjs</dc:creator>
      <dc:date>2014-09-03T16:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: consuming wsdl from out of alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/consuming-wsdl-from-out-of-alfresco/m-p/299368#M252498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;removed axis-wsdl4j-1.5.1.jar from WEB-INF/lib - working now. sounds like misconfigured dependencies&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 11:30:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/consuming-wsdl-from-out-of-alfresco/m-p/299368#M252498</guid>
      <dc:creator>mrksjs</dc:creator>
      <dc:date>2014-09-04T11:30:48Z</dc:date>
    </item>
  </channel>
</rss>

