<?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: Is it possible to send a SOAP request with GeoEvent? in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-it-possible-to-send-a-soap-request-with/m-p/642754#M2843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; Ill take a look to see about using a different type of input.&amp;nbsp; As I have it set up right now, I created a Python script to send the SOAP request and I then generate an XML file to my public web folder, I then used the 'Poll External Site for XML' as an input in GeoEvent.&amp;nbsp; It certainly doesn't feel like the best solution, but it's working alright.&amp;nbsp; Ill look into the 'Receive Input' though, that could be a cleaner way to send the messages.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2015 21:57:19 GMT</pubDate>
    <dc:creator>BrianBaldwin</dc:creator>
    <dc:date>2015-01-29T21:57:19Z</dc:date>
    <item>
      <title>Is it possible to send a SOAP request with GeoEvent?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-it-possible-to-send-a-soap-request-with/m-p/642752#M2841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a SOAP request that will return XML and I'm unsure of how to add the SOAP as an input in GeoEvent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&amp;nbsp; What type of input should the SOAP request be and how to format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 16:25:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-it-possible-to-send-a-soap-request-with/m-p/642752#M2841</guid>
      <dc:creator>BrianBaldwin</dc:creator>
      <dc:date>2015-01-26T16:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to send a SOAP request with GeoEvent?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-it-possible-to-send-a-soap-request-with/m-p/642753#M2842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOAP is just a protocol that specifies how to transfer XML back and forth.&amp;nbsp; So in a GeoEvent sense, you wouldn't want a SOAP input, per se, but an XML one.&amp;nbsp; GeoEvent inputs (and outputs) are a combination of 1) a transport and 2) an adapter.&amp;nbsp; Transports just know how to sling the raw bytes back and forth, whereas Adapters work with the data itself.&amp;nbsp; At 10.3, GeoEvent has an inbound XML adapter. Out of the box, GeoEvent has two inputs that use the XML Adapter: "Poll an External Website for XML" and "Receive XML on a REST Endpoint".&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know exactly what you're trying to do but if you are receiving XML as a result of accessing a URL, then the Poll input may be what you want.&amp;nbsp; It would continually reach out to that URL and process the inbound XML it receives each time.&amp;nbsp; This is good for data that continually changes and receiving that data at a preset poll interval is sufficient.&amp;nbsp; If you only want GeoEvent to process XML whenever it's truly necessary, whether at a high rate or low), then you may want to use the Receive input.&amp;nbsp; You would then need to find a way to push data to the input's REST endpoint via HTTP POST, which is very easy using most programming/scripting languages.&amp;nbsp; If you yourself are issuing the requests, i.e. via a browser, then you can download browser extensions (i.e. Chrome Poster) that send data the way you need.&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 21:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-it-possible-to-send-a-soap-request-with/m-p/642753#M2842</guid>
      <dc:creator>MarkBramer</dc:creator>
      <dc:date>2015-01-29T21:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to send a SOAP request with GeoEvent?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-it-possible-to-send-a-soap-request-with/m-p/642754#M2843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; Ill take a look to see about using a different type of input.&amp;nbsp; As I have it set up right now, I created a Python script to send the SOAP request and I then generate an XML file to my public web folder, I then used the 'Poll External Site for XML' as an input in GeoEvent.&amp;nbsp; It certainly doesn't feel like the best solution, but it's working alright.&amp;nbsp; Ill look into the 'Receive Input' though, that could be a cleaner way to send the messages.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 21:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-it-possible-to-send-a-soap-request-with/m-p/642754#M2843</guid>
      <dc:creator>BrianBaldwin</dc:creator>
      <dc:date>2015-01-29T21:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to send a SOAP request with GeoEvent?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-it-possible-to-send-a-soap-request-with/m-p/642755#M2844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're creating XML &lt;EM&gt;files&lt;/EM&gt;, then you could create a new connector that marries the Xml adapter with the File transport (Site-GeoEvent-Connectors-Create Connector).&amp;nbsp; Then create an input using that connector.&amp;nbsp; GeoEvent will "listen" to the folder and when any new xml file is created or placed in that folder, GeoEvent will ingest it and process the contents.&amp;nbsp; It would work just like the out-of-box "Watch a Folder for New CSV Files" or "Watch a Folder for New JSON Files" input connnectors, but with XML files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 22:44:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-it-possible-to-send-a-soap-request-with/m-p/642755#M2844</guid>
      <dc:creator>MarkBramer</dc:creator>
      <dc:date>2015-01-30T22:44:52Z</dc:date>
    </item>
  </channel>
</rss>

