I am converting my map application to arcgis javascript api. But I need help about using GML2 formatted data on arcgis javascript applications.
When I send a request to server as following:
http://localhost:8083/geoserver/wfs?request=GetFeature&service=WFS&version=1.0.0
&typeName=geosolutions:WorldCountries&outputFormat=GML2&CQL_FILTER=NAME=%27Monaco%2
The response is coming GML2 format:
So I need to convert this response to feature geometry for my application.
I could not find any GML2 formatter on arcgis javascript api pages. How can I use GML2 on my map?