<?xml version="1.0" encoding="utf-8"?> <wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns:ows="http://www.opengis.net/ows" xmlns:ogc="http://www.opengis.net/ogc" xmlns:testMap="http://localhost:6080/arcgis/services/TestMap/MapServer/WFSServer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd http://www.opengis.net/ows http://schemas.opengis.net/ows/1.0.0/owsAll.xsd http://www.opengis.net/ogc http://schemas.opengis.net/filter/1.1.0/filter.xsd http://www.opengis.net/gml http://schemas.opengis.net/gml/3.1.1/base/gml.xsd http://localhost:6080/arcgis/services/TestMap/MapServer/WFSServer http://localhost:6080/arcgis/services/TestMap/MapServer/WFSServer?request=DescribeFeatureType" service="WFS" version="1.1.0"> <wfs:Insert> <testMap:Crimes> <testMap:DESCRIPTION>Snarfity2</testMap:DESCRIPTION> <testMap:SHAPE> <gml:Point> <gml:pos>52 1</gml:pos> </gml:Point> </testMap:SHAPE> </testMap:Crimes> </wfs:Insert> </wfs:Transaction>
<wfs:TransactionResponse version='1.1.0' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:gml='http://www.opengis.net/gml' xmlns:ogc='http://www.opengis.net/ogc' xmlns:wfs='http://www.opengis.net/wfs'> <wfs:TransactionSummary> <wfs:totalInserted>1</wfs:totalInserted> </wfs:TransactionSummary> <wfs:InsertResults> <wfs:Feature> <ogc:FeatureId fid='F4__1'></ogc:FeatureId> </wfs:Feature> </wfs:InsertResults> </wfs:TransactionResponse>"
I am having the same issue
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.