<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
h2
        {mso-style-priority:9;
        mso-style-link:"Heading 2 Char";
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:18.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
code
        {mso-style-priority:99;
        font-family:"Courier New";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
span.nodelabelbox
        {mso-style-name:nodelabelbox;}
span.nodetag
        {mso-style-name:nodetag;}
span.nodeattr
        {mso-style-name:nodeattr;}
span.nodename
        {mso-style-name:nodename;}
span.nodevalue
        {mso-style-name:nodevalue;}
span.nodebracket
        {mso-style-name:nodebracket;}
span.nodetext
        {mso-style-name:nodetext;}
span.Heading2Char
        {mso-style-name:"Heading 2 Char";
        mso-style-priority:9;
        mso-style-link:"Heading 2";
        font-family:"Times New Roman","serif";
        font-weight:bold;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Dear All,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I am a newbie of mapserver and other online mapping technologies. Recently, I have been struggling to load a TinyOWS WFS Layer to an OpenLayers map. &nbsp;I set up proxy.cgi, which works fine. I checked TinyOWS using command &#8220;tinyows &#8211;check&#8221;,
 which also seems to be working. The page <a href="http://.../cgi-bin/tinyows.exe?service=wfs&amp;request=getCapabilities&amp;version=1.1.0&amp;typename=tows:lrtstops">
http://.../cgi-bin/tinyows.exe?service=wfs&amp;request=getCapabilities&amp;version=1.1.0&amp;typename=tows:lrtstops</a> doesn&#8217;t return any error either. &nbsp;I can also load a mapserver WMS layer into the OpenLayers Map with no problem. However, no feature from the WFS layer
 would show in the OpenLayers map. &nbsp;Since both the WMS and WFS layers are of the same projection, which is EPSG:2227, I assume that the misspecification of projection is not likely to be the caprice here. &nbsp;&nbsp;The following is the JavaScript I used and the response
 returned. Could someone help me find out what I did wrong? Many thanks in advance!<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><i><span style="color:#1F497D">OpenLayers.ProxyHost = &quot;/fcgi-bin/proxy.cgi?url=&quot;;<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">function init() {<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp; map = new OpenLayers.Map('map', {<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; projection: new OpenLayers.Projection(&quot;EPSG:2227&quot;),<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; units: &quot;feet&quot;,<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;maxResolution: &quot;auto&quot;,<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxExtent: new OpenLayers.Bounds(6103631,1911230,6186389,1976404),<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; controls: [<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; new OpenLayers.Control.PanZoom()<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp; });<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;var wms= new OpenLayers.Layer.WMS(<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;parcel&quot;,<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;http://.../cgi-bin/mapserv.fcgi?MAP=.../Parcel.map&quot;,<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {layers: 'Parcel', format: 'image/jpeg'}<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; );<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp; var wfs = new OpenLayers.Layer.Vector(&quot;Editable Features&quot;, {<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strategies: [new OpenLayers.Strategy.BBOX(), saveStrategy],<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; projection: new OpenLayers.Projection(&quot;EPSG:2227&quot;),<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; protocol: new OpenLayers.Protocol.WFS({<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; version: &quot;1.1.0&quot;,<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; srsName: &quot;urn:ogc:def:crs:EPSG::2227&quot;,<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; url: &quot;http://.../cgi-bin/tinyows.fcgi&quot;,<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; featureNS :&nbsp; &quot;http://roappdev1:8080/&quot;,<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;featureType: &quot;lrtstops&quot;,<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; geometryName: &quot;the_geom&quot;,<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; outputFormat: &quot;text/xml; subtype=gml/3.1.1&quot;,<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; schema: &quot;http://.../cgi-bin/tinyows.fcgi?service=wfs&amp;request=DescribeFeatureType&amp;version=1.1.0&amp;typename=tows:lrtstops&quot;<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; })<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp; }); <o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">&nbsp;&nbsp;&nbsp;&nbsp;map.addLayers([wms, wfs]);<o:p></o:p></span></i></p>
<p class="MsoNormal">---------------------------------------------------------------------------<o:p></o:p></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">&lt;ows:ExceptionReport&nbsp;xmlns=&quot;http://www.opengis.net/ows&quot;&nbsp;xmlns:ows=&quot;http://www.opengis.net/ows&quot;&nbsp;xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&nbsp;xsi:schemaLocation=&quot;http://www.opengis.net/ows
 http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd&quot;&nbsp;version=&quot;1.1.0&quot;&nbsp;language=&quot;en&quot;&gt;<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">&lt;ows:Exception&nbsp;exceptionCode=&quot;InvalidParameterValue&quot;&nbsp;locator=&quot;request&quot;&gt;<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">&lt;ows:ExceptionText&gt;XML request isn't valid&lt;/ows:ExceptionText&gt;<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">&lt;/ows:Exception&gt;<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">&lt;/ows:ExceptionReport&gt;<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></i></p>
<pre><code><i><span style="color:#1F497D">&lt;?xml version='1.0' encoding='UTF-8'?&gt;<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D">&lt;ows:ExceptionReport<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> xmlns='http://www.opengis.net/ows'<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> xmlns:ows='http://www.opengis.net/ows'<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> xsi:schemaLocation='http://www.opengis.net/ows http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd'<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> version='1.1.0' language='en'&gt;<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> &lt;ows:Exception exceptionCode='InvalidParameterValue' locator='request'&gt;<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D">&nbsp; &lt;ows:ExceptionText&gt;XML request isn't valid&lt;/ows:ExceptionText&gt;<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> &lt;/ows:Exception&gt;<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D">&lt;/ows:ExceptionReport&gt;</span></i></code><i><span style="color:#1F497D"><o:p></o:p></span></i></pre>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></i></p>
<p class="MsoNormal"><code><i><span style="font-size:10.0pt;color:#1F497D">&lt;wfs:GetFeature xmlns:wfs=&quot;http://www.opengis.net/wfs&quot; service=&quot;WFS&quot; version=&quot;1.1.0&quot; outputFormat=&quot;text/xml; subtype=gml/3.1.1&quot; xsi:schemaLocation=&quot;http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd
 http://myserver/ http://myserver/cgi-bin/tinyows.fcgi?service=wfs&amp;amp;request=DescribeFeatureType&amp;amp;version=1.1.0&amp;amp;typename=tows:lrtstops&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; resultType=&quot;results&quot;&gt;&lt;wfs:Query typeName=&quot;feature:lrtstops&quot;
 srsName=&quot;urn:ogc:def:crs:EPSG::2227&quot; xmlns:feature=&quot;http://myserver/&quot;&gt;&lt;ogc:Filter xmlns:ogc=&quot;http://www.opengis.net/ogc&quot;&gt;&lt;ogc:BBOX&gt;&lt;ogc:PropertyName&gt;the_geom&lt;/ogc:PropertyName&gt;&lt;gml:Envelope xmlns:gml=&quot;http://www.opengis.net/gml&quot; srsName=&quot;EPSG:2227&quot;&gt;&lt;gml:lowerCorner&gt;6040731.6
 1878643&lt;/gml:lowerCorner&gt;&lt;gml:upperCorner&gt;6249288.4 2008991&lt;/gml:upperCorner&gt;&lt;/gml:Envelope&gt;&lt;/ogc:BBOX&gt;&lt;/ogc:Filter&gt;&lt;/wfs:Query&gt;&lt;/wfs:GetFeature&gt;<o:p></o:p></span></i></code></p>
<p class="MsoNormal"><code><i><span style="font-size:10.0pt;color:#1F497D"><o:p>&nbsp;</o:p></span></i></code></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Response Headers<o:p></o:p></span></i></p>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Connection<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">Keep-Alive</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Content-Type<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">application/xml</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Date<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">Wed, 01 Feb 2012 18:04:29 GMT</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Keep-Alive<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">timeout=5, max=66</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Proxy-Connection<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">Keep-Alive</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Server<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">Apache/2.2.16 (Win32) PHP/5.3.3 mod_fcgid/2.3.6</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Transfer-Encoding<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">chunked</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Via<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">....</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Request Headers<o:p></o:p></span></i></p>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Accept<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">text/html,application/xhtml&#43;xml,application/xml;q=0.9,*/*;q=0.8</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Accept-Charset<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">ISO-8859-1,utf-8;q=0.7,*;q=0.7</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Accept-Encoding<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">gzip, deflate</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Accept-Language<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">en-us,en;q=0.5</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Content-Length<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">917</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Content-Type<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">application/xml; charset=UTF-8</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Cookie<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">SESSd43c6da11a8841c94fab47ef368714de=576ee6deef9974c049b58c8494e0b122; __utma=116482309.238053724.1327699956.1327699956.1327709334.2; __utmz=116482309.1327699956.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Host<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">myhost</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Proxy-Connection<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">keep-alive</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">Referer<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">http://myserver/.../tinyows_test.html</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D">User-Agent<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#1F497D">Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0</span></i><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></i></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">By the way, I am using <a name="module_libxml">libxml</a> 2.7.3 and openlayers 2.11. &nbsp;The following XML information is returned from phpinfo().<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><a name="module_xml"><b>xml</b></a><b><o:p></o:p></b></p>
<table class="MsoNormalTable" border="0" cellspacing="3" cellpadding="0" width="600" style="width:5.0in">
<tbody>
<tr>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">XML Support <o:p></o:p></p>
</td>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">active <o:p></o:p></p>
</td>
</tr>
<tr>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">XML Namespace Support <o:p></o:p></p>
</td>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">active <o:p></o:p></p>
</td>
</tr>
<tr>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">libxml2 Version <o:p></o:p></p>
</td>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">2.7.3 <o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Regards,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Ya<o:p></o:p></p>
</div>
</body>
</html>