<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<style>BODY{font:10pt Tahoma,Verdana,sans-serif} .MsoNormal{line-height:120%;margin:0}</style></head><body>
I found the problem (just in case it may be useful for someone): wfs layers in Javascript were using <br><br>featureNS: "http://www.tinyows.org"<br><br>while all layers in tinyows.xml used <br><br>ns_uri="http://www.tinyows.org/"<br><br>Every symbol matters in deciding whether xml namespaces are the same, so adding trailing slash to Javascript solved my issue.<br><br>Best regards,<br>Timur Sufiev<br><blockquote style="padding-left: 5px; margin-left: 5px; border-left: #0000ff 2px solid; margin-right: 0px"><hr><b>From:</b> Olivier Courtin [mailto:olivier.courtin@gmail.com]<br><b>To:</b> mapserver-users@lists.osgeo.org<br><b>Sent:</b> Wed, 07 Nov 2012 21:24:24 +0300<br><b>Subject:</b> Re: [mapserver-users] [TinyOWS] Inserting feature and XML schema validation<br><br>On Wed, Nov 7, 2012 at 5:13 PM, Тимур Галиаскарович Суфиев <span><<a href="mailto:t.sufiev@acti.ru">t.sufiev@acti.ru</a>></span> wrote:<br><div class="gmail_quote"><div><br>Hi Timur,<br> </div>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>This isn't the first question here about inserting features in TinyOWS, but I haven't found solution to my problem in archives.<br>
<br>and this xsd should make tinyows use element '{<a href="http://www.tinyows.org">http://www.tinyows.org</a>}cities' like '{<a href="http://www.opengis.net/gml%7D_Feature">http://www.opengis.net/gml}_Feature</a>'<br>
<br>Where am I wrong and what should be changed in my setup?<br></div></blockquote><div><br>Thanks for your detailled report,<br>first naive question, what about the tinyows.xml config file,<br> and online_resource property ?<br>
<br>Next question, what happen, if you bypass schema validation, <br>with: check_schema = "0"   (in tinyows element)<br><br>--<br>Olivier<br>
</div></div>
</blockquote><style>
</style>
</body></html>