<HTML><HEAD>
<META content="text/html; charset=iso-8859-15" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>I am trying to access a WFS service from a remote server. I have added wfs.data.linz.govt.nz to my proxy.cgi script. Firebug is reporting an error in the response: </DIV>
<DIV><CODE class="wrappedText focusRow" role=listitem></CODE>&nbsp;</DIV>
<DIV><CODE class="wrappedText focusRow" role=listitem>&lt;Some unexpected error occurred. Error text was: &lt;urlopen error (10065, 'No route to host')&gt;</CODE></DIV>
<DIV>&nbsp;</DIV>
<DIV>Yet, If I take the URL sent and copy it into a Browser URL, I get GML returned correctly. The URL sent is like this:</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://wfs.data.linz.govt.nz/<MY-KEY>/wfs?version=1.0.0&amp;service=WFS&amp;request=GetFeature&amp;maxfeatures=5&amp;typename=x823&amp;bbox=172.5132794038,-43.710577165498,172.65692985022,-43.634349733512">http://wfs.data.linz.govt.nz/&lt;MY-KEY&gt;/wfs?version=1.0.0&amp;service=WFS&amp;request=GetFeature&amp;maxfeatures=5&amp;typename=x823&amp;bbox=172.5132794038,-43.710577165498,172.65692985022,-43.634349733512</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>Any ideas why I get this error? My code is:</DIV>
<DIV>&nbsp;</DIV>
<DIV>var parwfs = new OpenLayers.Layer.Vector("WFS Parcels", {<BR>&nbsp;&nbsp; strategies: [new OpenLayers.Strategy.BBOX()],<BR>&nbsp;&nbsp; protocol: new OpenLayers.Protocol.HTTP({<BR>&nbsp;&nbsp;&nbsp;&nbsp; url: "<A href="http://wfs.data.linz.govt.nz/<MY-KEY>/wfs">http://wfs.data.linz.govt.nz/&lt;MY-KEY&gt;/wfs</A>",<BR>&nbsp;&nbsp;&nbsp;&nbsp; headers: {"Content-Type": "plain/text"},<BR>&nbsp;&nbsp;&nbsp;&nbsp; params: {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; version: "1.0.0",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; service: "WFS",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; request: "GetFeature",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //srsName: "EPSG:2193",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxfeatures: "5",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; typename: "x823"<BR>&nbsp;&nbsp;&nbsp;&nbsp; },<BR>&nbsp;&nbsp;&nbsp;&nbsp; format: new OpenLayers.Format.GML()<BR>&nbsp;&nbsp; }),<BR>&nbsp;&nbsp; projection: new OpenLayers.Projection("EPSG:4326"), <BR>&nbsp;&nbsp; style: {strokeColor: "green", strokeWidth: 2, strokeOpacity: 0.5},<BR>&nbsp;&nbsp; minScale: 50000,<BR>&nbsp;&nbsp; visibility: false<BR>});<BR>map.addLayer(parwfs);</DIV>
<DIV>&nbsp;</DIV>
<DIV>Many thanks,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Robert Sanson</DIV><br><br>
<P align=center><FONT style="BACKGROUND-COLOR: #ffffff">This email and any attachments are confidential and intended solely for the addressee(s). If you are not the intended recipient, please notify us immediately and then delete this email from your system.</FONT></P>

<P align=center><FONT style="BACKGROUND-COLOR: #ffffff">This message has been scanned for Malware and Viruses by Websense Hosted Security.  </FONT><A href="http://www.websense.com/"><FONT style="BACKGROUND-COLOR: #ffffff" color=#000000>www.websense.com</FONT></A></P>
</body></HTML>