<?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: How to add WFS and WCS services using java script API. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-wfs-and-wcs-services-using-java-script/m-p/642716#M59974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ganesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply. I tried the solution you have suggested but could not have the layers added to the map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My requirement is to add WCS and WFS layer using the respective URL just like WMS services are added using javascript API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem i am facing is that the URL returns the service capabilities when we check the result in firebug. The expected response is an image in case of WCS service and feature set in case of WFS service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I realised that same can be achieved using open layers but not using ESRI java script API. If you can provide some code snippet in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; java script, it would be a great help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rgds,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pankaj Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Feb 2014 00:43:58 GMT</pubDate>
    <dc:creator>Pankajroy</dc:creator>
    <dc:date>2014-02-07T00:43:58Z</dc:date>
    <item>
      <title>How to add WFS and WCS services using java script API.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-wfs-and-wcs-services-using-java-script/m-p/642714#M59972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea how to add WCS and WFS services as a layer using arcgis javascript API. I did not find any sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pankaj Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 04:04:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-wfs-and-wcs-services-using-java-script/m-p/642714#M59972</guid>
      <dc:creator>Pankajroy</dc:creator>
      <dc:date>2013-10-02T04:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to add WFS and WCS services using java script API.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-wfs-and-wcs-services-using-java-script/m-p/642715#M59973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Pankaj&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is loads of examples to use WFS via feature layer class. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/fl_hover.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/fl_hover.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and similarly for WCS - see link below&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/image_simpleimageservice.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/image_simpleimageservice.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are interested in creating your own / custom WFS or WCS service, you need to use ARCGIS server to make it as a service for coverage and feature layer services.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 12:02:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-wfs-and-wcs-services-using-java-script/m-p/642715#M59973</guid>
      <dc:creator>GaneshSolai_Sambandam</dc:creator>
      <dc:date>2013-10-02T12:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to add WFS and WCS services using java script API.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-wfs-and-wcs-services-using-java-script/m-p/642716#M59974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ganesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply. I tried the solution you have suggested but could not have the layers added to the map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My requirement is to add WCS and WFS layer using the respective URL just like WMS services are added using javascript API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem i am facing is that the URL returns the service capabilities when we check the result in firebug. The expected response is an image in case of WCS service and feature set in case of WFS service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I realised that same can be achieved using open layers but not using ESRI java script API. If you can provide some code snippet in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; java script, it would be a great help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rgds,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pankaj Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 00:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-wfs-and-wcs-services-using-java-script/m-p/642716#M59974</guid>
      <dc:creator>Pankajroy</dc:creator>
      <dc:date>2014-02-07T00:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to add WFS and WCS services using java script API.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-wfs-and-wcs-services-using-java-script/m-p/642717#M59975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you figured out how to do this?&lt;/P&gt;&lt;P&gt;I'm also trying to add a wfs layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 10:41:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-wfs-and-wcs-services-using-java-script/m-p/642717#M59975</guid>
      <dc:creator>Kawaal_Saleem</dc:creator>
      <dc:date>2015-05-29T10:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add WFS and WCS services using java script API.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-wfs-and-wcs-services-using-java-script/m-p/642718#M59976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem. I need load services WCS and WFS . Any help out there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 04:42:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-wfs-and-wcs-services-using-java-script/m-p/642718#M59976</guid>
      <dc:creator>BraulioCordova</dc:creator>
      <dc:date>2015-06-19T04:42:24Z</dc:date>
    </item>
  </channel>
</rss>

