Hi,<div><br></div><div>I am trying to get the JSON response using the below code, the same origin policy is obviously being applied, however I am trying to do this without the use of a proxy.</div><div><br></div><div><div>
var dataXml = '<wfs:GetFeature service="WFS" version="1.0.0" outputformat="json" xmlns:wfs="<a href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</a>" xmlns:topp="<a href="http://www.openplans.org/topp">http://www.openplans.org/topp</a>"> <wfs:Query typeName="topp:states"/></wfs:GetFeature>';</div>
<div><br></div><div>var request1 = OpenLayers.Request.POST({</div><div>    url: "<a href="http://10.0.0.1:6001/geoserver/wfs">http://10.0.0.1:6001/geoserver/wfs</a>?",</div><div>    data:dataXml,</div><div>    headers: {</div>
<div>        "Content-Type": "text/plain"</div><div>    },</div><div>    callback: function(response){}</div><div>});</div></div><div><br></div><div><br></div><div>regards,</div><div>Imran</div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Nov 7, 2012 at 2:13 AM, Phil Scadden <span dir="ltr"><<a href="mailto:p.scadden@gns.cri.nz" target="_blank">p.scadden@gns.cri.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I do my wfs by creating a WFS protocol and then a protocol.read on it.<br>
This generated POST requests.<br>
<br>
<br>
Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents.<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>I.R<br>
</div>