<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div><br>
</div>
<div>Hello,</div>
<div><br>
</div>
<div>I'm using OWSLib 0.5.1 to query a 1.0.0 WFS web service (USDA soil data mart).  My queries fail unless I port over the following change in how properties are handled in wfs.getfeature(.) from wfs110.py:</div>
<div><br>
</div>
<blockquote type="cite">
<div><font class="Apple-style-span" color="#000000">if propertyname:</font></div>
<div><font class="Apple-style-span" color="#000000">            request['propertyname'] = ','.join(propertyname)</font></div>
</blockquote>
<div><br>
</div>
(wfs110.py:211)<br>
<div><br>
</div>
instead of:
<div><br>
</div>
<div>
<blockquote type="cite"><font class="Apple-style-span" color="#000000">request['propertyname'] = ','.join(propertyname)</font></blockquote>
<div> </div>
</div>
<div>(wfs100.py:184)</div>
<div><br>
</div>
<div>I don't know if this violates the WFS 1.0.0 spec.  If not, I'd like to suggest this as a revision.  Just let me know the process for doing so (opening a ticket on the GitHub site I suppose).  Sorry I'm a newby and my internet connection is spotty right
 now, so I can't look up the right way to do it.</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>Brian Miles</div>
<div>Doctoral Student</div>
<div>Department of Geography</div>
<div>University of North Carolina at Chapel Hill</div>
<div><br>
</div>
<div>Saunders Hall</div>
</div>
</span></div>
</span>Campus Box 3220
<div>Chapel Hill, NC 27599-3220<br>
<div><br>
</div>
</div>
</span><br class="Apple-interchange-newline">
</div>
<br>
</body>
</html>