<?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: Create a costume widget to request external soap web service in ArcGIS online? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211100#M10409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid I can't help you there. I haven't seen anything "soap"widgets come across my view and I double checked my &lt;A href="https://community.esri.com/migration-blogpost/2580"&gt;Web AppBuilder Developer Edition - Customization Resource List&lt;/A&gt;​&amp;nbsp;&amp;nbsp; That doesn't mean it doesn't exist, but it's beyond my skill set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a web search of "javascript soap widget" and a couple other variations with "GIS" and "REST" in the mix and got a couple hits, but not sure what to do with them, but you may know.&amp;nbsp; Also, they linked to&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jshelp/ags_rest.html" title="https://developers.arcgis.com/javascript/3/jshelp/ags_rest.html"&gt;The Services Directory and the REST API | Guide | ArcGIS API for JavaScript 3.17&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/" title="http://resources.arcgis.com/en/help/arcgis-rest-api/"&gt;ArcGIS REST API&lt;/A&gt; &lt;/P&gt;&lt;P&gt;but I'm out of my knowledge on the subject.&amp;nbsp; Robert might pipe in again now that he knows you are on the developer edition, but I'll bow out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2016 01:53:53 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2016-07-27T01:53:53Z</dc:date>
    <item>
      <title>Create a custom widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211096#M10405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current task is to create a custom widget that needs to pass the map location to an external web service then get the response as the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The external web service hosts on the client server which is SOAP API. The information are wsdl location and requiredto add HTTP Basic authentication header. Tested on SOAP UI, .NET, python code.. but not yet working for browser request (javascirpt).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way to request the soap web service from the widget which create from Web App Builder then deploy to ArcGIS online?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does ArcGIS online can overcome the cross-origin resource sharing if host this widget in the ArcGIS online?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion is welcome....&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 03:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211096#M10405</guid>
      <dc:creator>pijuwang</dc:creator>
      <dc:date>2016-07-26T03:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create a costume widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211097#M10406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I totally understand you question, but to answer&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Any way to request the soap web service from the widget which create from Web App Builder then deploy to ArcGIS online?&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;see &lt;A href="https://blogs.esri.com/esri/arcgis/2015/04/06/clarifying-3-questions-about-web-appbuilder-for-arcgis/" title="https://blogs.esri.com/esri/arcgis/2015/04/06/clarifying-3-questions-about-web-appbuilder-for-arcgis/"&gt;Clarifying 3 questions about Web AppBuilder for ArcGIS | ArcGIS Blog&lt;/A&gt; &lt;/P&gt;&lt;P&gt;which states&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Enabling custom widgets within Web AppBuilder embedded in ArcGIS Online and Portal for ArcGIS is not a supported workflow. To be specific, this means that you cannot add custom widgets into the Web AppBuilder “builder” user experience. Only Web AppBuilder for ArcGIS Developer Edition supports custom widgets and leveraging them in the “builder” user experience.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So, if you are using a custom widget, you should be looking at the developer edition an hosting locally&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/" title="https://developers.arcgis.com/web-appbuilder/"&gt;Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll tag &lt;A href="https://community.esri.com/space/2150"&gt;Web AppBuilder for ArcGIS&lt;/A&gt;​ and &lt;A href="https://community.esri.com/group/1294"&gt;Web AppBuilder Custom Widgets&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 15:10:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211097#M10406</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-07-26T15:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create a costume widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211098#M10407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca is spot on with here reply. Because you are using WAB on AGOL you will not be able to use a custom widget even if you could develop one to do a SOAP request. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 15:35:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211098#M10407</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-26T15:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create a costume widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211099#M10408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you Rebecca. It's a useful information. I used Web AppBuilder developer edition and want to make a soap web service call. According to the blog, it states it's not supported workflow. However, there might have work around for using REST endpoint web service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not 100% sure that I can get the REST web service as that's the web service host in external client side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 22:47:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211099#M10408</guid>
      <dc:creator>pijuwang</dc:creator>
      <dc:date>2016-07-26T22:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create a costume widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211100#M10409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid I can't help you there. I haven't seen anything "soap"widgets come across my view and I double checked my &lt;A href="https://community.esri.com/migration-blogpost/2580"&gt;Web AppBuilder Developer Edition - Customization Resource List&lt;/A&gt;​&amp;nbsp;&amp;nbsp; That doesn't mean it doesn't exist, but it's beyond my skill set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a web search of "javascript soap widget" and a couple other variations with "GIS" and "REST" in the mix and got a couple hits, but not sure what to do with them, but you may know.&amp;nbsp; Also, they linked to&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jshelp/ags_rest.html" title="https://developers.arcgis.com/javascript/3/jshelp/ags_rest.html"&gt;The Services Directory and the REST API | Guide | ArcGIS API for JavaScript 3.17&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/" title="http://resources.arcgis.com/en/help/arcgis-rest-api/"&gt;ArcGIS REST API&lt;/A&gt; &lt;/P&gt;&lt;P&gt;but I'm out of my knowledge on the subject.&amp;nbsp; Robert might pipe in again now that he knows you are on the developer edition, but I'll bow out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 01:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211100#M10409</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-07-27T01:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211101#M10410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vicky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You are correct using SOAP is not an option. But if you can get a REST service then yes this can be done. To communicate with a RESTful web service you would just use an &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/esri.request-amd.html"&gt;esriRequest&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 13:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211101#M10410</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-27T13:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211102#M10411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Robert.&lt;/P&gt;&lt;P&gt;As I cannot ask the third party to change the SOAP to REST. I will do the converter host in AWS and publish the REST endpoint for my widget to consume the service. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First thought, that I will implement c# WCF restful web service... From your point of view, any thing I need to keep in mind for implementing these REST api? perhaps, there is specific requirement for widget to request?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't have ArcGIS Server.&amp;nbsp; Won't be any chance to host something in the ArcGIS Server. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 01:42:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211102#M10411</guid>
      <dc:creator>pijuwang</dc:creator>
      <dc:date>2016-07-28T01:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211103#M10412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vicky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am a VB.net developer and I had no problem finding examples of developing a RESTful web service on Google. There is nothing special that you will need to be able to call the web service from a widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 02:56:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211103#M10412</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-28T02:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211104#M10413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Hi Robert, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;that's cool. I am using c#. and yes it's easy to find the example. I've created one on the way to test my widget request from my REST web service. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;I've come across the REST Geoservices specification. wondering if I use ESRI Javascript api to consume the web service should i follow the certain rule. &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt; &lt;A href="https://www.esri.com/library/whitepapers/pdfs/geoservices-rest-spec.pdf"&gt;https://www.esri.com/library/whitepapers/pdfs/geoservices-rest-spec.pdf&lt;/A&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Anyway, will try and find out. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 04:28:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211104#M10413</guid>
      <dc:creator>pijuwang</dc:creator>
      <dc:date>2016-07-28T04:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211105#M10414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick question Robert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The request failed and got the CORS issue. 1) I created my widget WAB developer edition locally &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fcomputername.com%3A3434" rel="nofollow" target="_blank"&gt;http://computername.com:3434&lt;/A&gt;&lt;SPAN&gt;. 2) created another restful web service on my local VS2013 =&amp;gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%3A5662%2Fmyservice.svc" rel="nofollow" target="_blank"&gt;http://localhost:5662/myservice.svc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the widget from 1) call web service 2) and in browser console get the cannot access cross domain resource issue. I knew that one computer but different ports will consider CROS. Then, I use esri/config =&amp;gt; esriConfig.defaults.io.corsEnabledServers.push("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%3A5662" rel="nofollow" target="_blank"&gt;http://localhost:5662&lt;/A&gt;&lt;SPAN&gt;") &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;still not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to host the rest web service in the IIS server and setup the proxy.ash to make it work????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any workaround ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 06:56:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211105#M10414</guid>
      <dc:creator>pijuwang</dc:creator>
      <dc:date>2016-07-28T06:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211106#M10415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vicky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I use a Proxy for my rest web service calls:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var requestHandle = esriRequest({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: 'my web service url',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; content: {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ppin: ppin,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f: 'json'
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; handleAs: "json",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; timeout: 10000
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },{useProxy: true, usePost: false, disableIdentityLookup: true});&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:23:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211106#M10415</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T10:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom widget to request external soap web service in ArcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211107#M10416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/swexau"&gt;swexau&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;Were you able to create this custom widget? If so, can you share it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 19:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-custom-widget-to-request-external-soap/m-p/211107#M10416</guid>
      <dc:creator>WilliamLongmire</dc:creator>
      <dc:date>2017-03-02T19:30:59Z</dc:date>
    </item>
  </channel>
</rss>

