<?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 using Web Service from transport in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-using-web-service-from-transport/m-p/430194#M1867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoEvent expects any jars in /deploy to be in a certain format.&amp;nbsp; And any jars in /deploy are expected to be for a transport, adapter, or processor.&amp;nbsp; The jars you are talking about are dependencies for your transport, but GeoEvent doesn't know this and is trying to process them as if they were transports, adapters, or processors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using Maven to build your transport?&amp;nbsp; When making custom GeoEvent components, you really want to start by using one of the existing samples.&amp;nbsp; You can make a copy of one you think is closest to what you want, swap out the guts of the code, then build using the Maven configuration that was already set up in the SDK samples.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out page 18 of the GeoEvent Developer Guide, at section "Starting a New Project".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2015 22:13:50 GMT</pubDate>
    <dc:creator>MarkBramer</dc:creator>
    <dc:date>2015-01-29T22:13:50Z</dc:date>
    <item>
      <title>Error using Web Service from transport</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-using-web-service-from-transport/m-p/430193#M1866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am developing a transport for GeoEvent 10.2.2 that invokes a Web Service. The Web Service client needs the following jar files:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;axis.jar&lt;/LI&gt;&lt;LI&gt;jaxrpc.jar&lt;/LI&gt;&lt;LI&gt;javax.wsdl_1.6.2.v201012040545.jar&lt;/LI&gt;&lt;LI&gt;commons-discovery-0.2.jar&lt;/LI&gt;&lt;LI&gt;saaj.jar&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I copy these jar files in the directory "&lt;SPAN style="font-family: 'Calibri',sans-serif; color: black;"&gt;C:\Program Files\ArcGIS\Server\GeoEventProcessor\deploy​" and then I start GeoEvent Processor, &lt;SPAN style="color: #000000; font-family: Calibri, sans-serif;"&gt;the following erros&lt;/SPAN&gt; happen:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif; color: black;"&gt;wrapper.log (I attach the file)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif; color: black;"&gt;karaf.log&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif;"&gt; (I attach the file)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know where i have to copy these jar files so that the transport can use de Web Service Client and the errors, that I have mentioned, do not happen when GeoEvent starts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif;"&gt;Luis&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 20:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-using-web-service-from-transport/m-p/430193#M1866</guid>
      <dc:creator>LuisRodríguez_González</dc:creator>
      <dc:date>2014-12-12T20:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error using Web Service from transport</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-using-web-service-from-transport/m-p/430194#M1867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoEvent expects any jars in /deploy to be in a certain format.&amp;nbsp; And any jars in /deploy are expected to be for a transport, adapter, or processor.&amp;nbsp; The jars you are talking about are dependencies for your transport, but GeoEvent doesn't know this and is trying to process them as if they were transports, adapters, or processors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using Maven to build your transport?&amp;nbsp; When making custom GeoEvent components, you really want to start by using one of the existing samples.&amp;nbsp; You can make a copy of one you think is closest to what you want, swap out the guts of the code, then build using the Maven configuration that was already set up in the SDK samples.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out page 18 of the GeoEvent Developer Guide, at section "Starting a New Project".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 22:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-using-web-service-from-transport/m-p/430194#M1867</guid>
      <dc:creator>MarkBramer</dc:creator>
      <dc:date>2015-01-29T22:13:50Z</dc:date>
    </item>
  </channel>
</rss>

