Thanks Deniz,

The important bit was:

POST /cgi-bin/pywps.cgi? HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.4
Host: localhost
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "http://localhost/cgi-bin/pywps.cgi?/ExecuteProcess_ogrbuffer";
Content-Length: 1546

<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><soapenv:Body><ns1:ExecuteProcess_ogrbuffer
 xmlns:ns1="http://www.opengis.net/wps/1.0.0";><data xmlns="">&lt;?xml 
version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;ogr:FeatureCollection 
xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; 
xsi:schemaLocation=&quot;http://ogr.maptools.org/ singlePoint.xsd&quot; 
xmlns:ogr=&quot;http://ogr.maptools.org/&quot; 
xmlns:gml=&quot;http://www.opengis.net/gml&quot;&gt;
  &lt;gml:boundedBy&gt;
    &lt;gml:Box&gt;
      
&lt;gml:coord&gt;&lt;gml:X&gt;348757.095296754&lt;/gml:X&gt;&lt;gml:Y&gt;239942.9447343307&lt;/gml:Y&gt;&lt;/gml:coord&gt;
      
&lt;gml:coord&gt;&lt;gml:X&gt;348757.095296754&lt;/gml:X&gt;&lt;gml:Y&gt;239942.9447343307&lt;/gml:Y&gt;&lt;/gml:coord&gt;
    &lt;/gml:Box&gt;
  &lt;/gml:boundedBy&gt;

  &lt;gml:featureMember&gt;
    &lt;ogr:singlePoint fid=&quot;F0&quot;&gt;
      
&lt;ogr:geometryProperty&gt;&lt;gml:Point&gt;&lt;gml:coordinates&gt;348757.095296754036099,239942.944734330725623,741.989222523751437&lt;/gml:coordinates&gt;&lt;/gml:Point&gt;&lt;/ogr:geometryProperty&gt;
      &lt;ogr:cat&gt;1&lt;/ogr:cat&gt;
    &lt;/ogr:singlePoint&gt;
  &lt;/gml:featureMember&gt;
&lt;/ogr:FeatureCollection&gt;</data><size 
xmlns="">0.5</size></ns1:ExecuteProcess_ogrbuffer></soapenv:Body></soapenv:Envelope>

I was worried that it would not be encoded correctly but it looks valid to me. 
So we need to check with Jorge if that is what _should_ be sent for an XML file.

Are there logs from your WPS server saying what it receives and what errors it 
detected? It only told Taverna that:

The server encountered an internal error or misconfiguration and was unable to 
complete your request

Alan

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
taverna-users mailing list
[email protected]
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/

Reply via email to