Hi Horst,<div><br></div><div>I know the plugin is not manipulating the data coming back from server, but my question is about the data (request) sent by the WPS plugin, why is it GML2 instead of GML3?</div><div><br></div><div>
Thanks,</div><div>Yingqi<br><br><div class="gmail_quote">On Fri, Feb 10, 2012 at 1:32 AM, Horst Düster [via OSGeo.org] <span dir="ltr"><<a href="/user/SendEmail.jtp?type=node&node=4383461&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">

        Im not sure what happend in your case. But the Plugin doesnt manipulate 
<br>incoming data. It only downloads the resultand features from the server 
<br>as it is and integrates them into QGIS.
<br><br>Regards
<br>Horst
<br><br>Dr. Horst Düster
<br>Kappasys
<br>Alte Bernstrasse 13
<br>CH-4500 Solothurn
<br><br>Tel.: <a href="tel:%2B41%20%280%29%2032%20514%2000%2040" value="+41325140040" target="_blank">+41 (0) 32 514 00 40</a>
<br>Mobil: <a href="tel:%2B41%20%280%29%2076%20408%2051%2006" value="+41764085106" target="_blank">+41 (0) 76 408 51 06</a>
<br></div>eMail: <a href="http://user/SendEmail.jtp?type=node&node=4382758&i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><div class="im">skype: horstduester
<br>Twitter: moazagotl
<br>Web: <a href="http://www.kappasys.ch" target="_blank" rel="nofollow" link="external">www.kappasys.ch</a>
<br><br>lat: N 47° 12' 06.408" lon: E 7° 32' 13.740"
<br><br>Am 10.02.2012 07:25, schrieb Augusttown:
</div><div><br><div><div class="h5">> Hi folks,
<div class='shrinkable-quote'><br>>
<br>> I am using the QGIS WPS plugin to consume one WPS process. One of the input
<br>> parameter type is defined as below in process description:
<br>>
<br>> ...
<br>> <ComplexData>
<br>>      <Default>
<br>>          <Format>
<br>>  <MimeType>text/xml</MimeType>
<br>>  <Encoding>UTF-8</Encoding>
<br>>  <Schema><a href="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd" rel="nofollow" link="external" target="_blank">http://schemas.opengis.net/gml/3.1.1/base/gml.xsd</a></Schema>
<br>>  </Format>
<br>>      </Default>
<br>>      ...                                      
<br>> </ComplexData>
<br>> ...
<br>>
<br>> So I selected one feature from a shapefile layer as input and execute the
<br>> process, and in the Execute request WPS plugin sends I captured following
<br>> GML as complexData
<br>> ...
<br>> <gml:featureMember>
<br>>      <ogr:qt_temp fid="F1">
<br>>      <ogr:geometryProperty>
<br>>          <gml:Point>                                  
<br>> <gml:coordinates>-13629600.1153,4547314.1181999967</gml:coordinates>
<br>>          </gml:Point>
<br>>      </ogr:geometryProperty>
<br>>      </ogr:qt_temp>
<br>> </gml:featureMember>
<br>> ...
<br>> Obviously the input feature is encoded as GML2, so I wonder why the input
<br>> feature is encoded as GML2 instead of GML3? Is it a limitation of QGIS/WPS
<br>> plugin or did I miss anything.
<br>>
<br>> I do notice that WPS plugin can successfully parse GML3 for some other
<br>> process that output GML3, so how I can configure it to make WPS client
<br>> encode input features as GML3?
<br>>
<br>> Thanks
<br>>
<br>> --
<br>> View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/GML2-GML3-encoding-in-WPS-input-WPS-plugin-0-6-16-tp4382424p4382424.html" rel="nofollow" link="external" target="_blank">http://osgeo-org.1560.n6.nabble.com/GML2-GML3-encoding-in-WPS-input-WPS-plugin-0-6-16-tp4382424p4382424.html</a></div>
> Sent from the Quantum GIS - User mailing list archive at Nabble.com.
<br>> _______________________________________________
<br>> Qgis-user mailing list
<br></div></div>> <a href="http://user/SendEmail.jtp?type=node&node=4382758&i=1" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br>> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="nofollow" link="external" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a></div>_______________________________________________
<br>Qgis-user mailing list
<br><a href="http://user/SendEmail.jtp?type=node&node=4382758&i=2" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="nofollow" link="external" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
        
        <br>
        <br>
        <hr noshade size="1" color="#cccccc">
        <div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://osgeo-org.1560.n6.nabble.com/GML2-GML3-encoding-in-WPS-input-WPS-plugin-0-6-16-tp4382424p4382758.html" target="_blank" rel="nofollow" link="external">http://osgeo-org.1560.n6.nabble.com/GML2-GML3-encoding-in-WPS-input-WPS-plugin-0-6-16-tp4382424p4382758.html</a>
        </div>
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from GML2/GML3 encoding in WPS input (WPS plugin 0.6.16), <a href="" target="_blank" rel="nofollow" link="external">click here</a>.<br>

                <a href="http://osgeo-org.1560.n6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_blank" link="external">NAML</a>
        </div></blockquote></div><br></div>

        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/GML2-GML3-encoding-in-WPS-input-WPS-plugin-0-6-16-tp4382424p4383461.html">Re: GML2/GML3 encoding in WPS input (WPS plugin 0.6.16)</a><br/>
Sent from the <a href="http://osgeo-org.1560.n6.nabble.com/Quantum-GIS-User-f4125267.html">Quantum GIS - User mailing list archive</a> at Nabble.com.<br/>