<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi List and especially those that know anything about the WPS-Client plugin,<div class=""><br class=""></div><div class="">I’m creating a WPS that can calculate a line of sight from a start point (with a custom height) to an end point.</div><div class=""><br class=""></div><div class="">The service itself works as I can input the start and end point as GML in an URL  as in the below URL and get a return result.</div><div class=""><br class=""></div><div class=""><a href="http://172.17.5.171/cgi-bin/zoo_loader.cgi?Service=WPS&Request=Execute&Identifier=ExtractlineofsightGML&DataInputs=startpoint=<gml:Point><gml:coordinates>711330,6197923</gml:coordinates></gml:Point>;endpoint=<gml:Point><gml:coordinates>711370,6197970</gml:coordinates></gml:Point>;height=20&Version=1.0.0&" style="color: purple; font-family: Calibri, sans-serif; font-size: 15px;" class="">http://172.17.5.171/cgi-bin/zoo_loader.cgi?Service=WPS&Request=Execute&Identifier=ExtractlineofsightGML&DataInputs=startpoint=%3Cgml:Point%3E%3Cgml:coordinates%3E711330,6197923%3C/gml:coordinates%3E%3C/gml:Point%3E;endpoint=%3Cgml:Point%3E%3Cgml:coordinates%3E711370,6197970%3C/gml:coordinates%3E%3C/gml:Point%3E;height=20&Version=1.0.0&</a></div><div class=""><br class=""></div><div class="">(Doesn’t work externally yet)</div><div class=""><br class=""></div><div class="">But when opening the service in the qgis WPS-Client plugin I can’t figure out what input’s will make the service work there. </div><div class=""><br class=""></div><div class="">The WPS service is created using the zoo-project framework and the input data is defined as:</div><div class=""><br class=""></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span lang="EN-US" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""> <ComplexData><o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span lang="EN-US" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">      <Default><o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span lang="EN-US" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">        mimeType = text/xml<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span lang="EN-US" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">        encoding = UTF-8<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span lang="EN-US" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">        schema = <a href="http://schemas.opengis.net/gml/3.1.0/base/feature.xsd" style="color: purple;" class="">http://schemas.opengis.net/gml/3.1.0/base/feature.xsd</a><o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span lang="EN-US" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">      </Default><o:p class=""></o:p></span></div><div class=""><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt;" class=""> </ComplexData></span> </div><div class=""><br class=""></div><div class="">When inputting a vector point in the WPS client I get an error that states “Invalid GML representation…”</div><div class=""><br class=""></div><div class="">See screenshot from my gis.stackexchange question for the entire error.</div><div class=""><br class=""></div><div class=""><a href="http://gis.stackexchange.com/q/187473/52250" class="">http://gis.stackexchange.com/q/187473/52250</a></div><div class=""><br class=""></div><div class="">How does the WPS-Client interpret GML?</div><div class=""><br class=""></div><div class="">//Jonas</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>