Dear Sir,
i have WFS service oracle and trying display in ESRI web application
iam using ESRI base map and oracle WFS service
following is my code
var opts = {
"url": "http://localhost:7001/SpatialWS-SpatialWS-context-root/xmlwfsservlet?",
"version": "1.0.0",
"nsLayerName": "http://www.myserver.com/mvdemo|wfsKsaRegions8307",
"wkid": 4326,
"mode": "SNAPSHOT",
"maxFeatures": 14,
"showDetails": true,
"infoTemplate": new InfoTemplate()
};
it gives results as
WFSLayer: done.
WFSLayer.js:20 WFSLayer: response parsing...
WFSLayer.js:20 WFSLayer: done.
WFSLayer.js:20 WFSLayer: connect to wfs server...
WFSLayer.js:20 WFSLayer: done.
WFSLayer.js:20 WFSLayer: response parsing...
WFSLayer.js:20 WFSLayer: done.
WFSLayer.js:20 WFSLayer: got 13 features (close, but not same as 'maxFeatures').
but doesn't show any thing in the map
some body please look at it
Thanks
Kabeer