On Fri, Jul 15, 2011 at 8:51 PM, Keane, Tim <[email protected]> wrote: > I now have the ArcGIS WFS connected as a WFS Data Store and I have created > layers from it, however if I do a GetFeature against it I get the below > exception. > > > > If I the do GetFeature against the ArcGIS WFS it works. I have attached the > GetCapabilities response and the GetFeature request and its ArcGIS response. > > > > 15 Jul 14:47:21 ERROR [geoserver.ows] - > > java.lang.IllegalArgumentException: Server does not support 'text/xml; > subtype=gml/3.1.1' output format: [text/xml; > subType=gml/3.1.1/profiles/gmlsf/1.0.0/0]
Odd, it seems the server advertises itself as a WFS 1.1 one, but then does not support the only output format the spec mandates to be present? That WFS server is not compliant. One more thing... it's probably better if you try to cascade it as a WFS 1.0 server if ArcGis supports that version too, you're going to get less axis flipping headaches Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
