[Geoserver-devel] wps - external wfs request

Hi,
I’m trying to call with a wps request an external wfs.
My request is:

<?xml version="1.0" encoding="UTF-8"?>

ows:Identifiergs:Bounds</ows:Identifier>
wps:DataInputs
wps:Input
ows:Identifierfeatures</ows:Identifier>
<wps:Reference mimeType=“text/xml” xlink:href=“http://demo.opengeo.org/geoserver/wfs” method=“POST”>
wps:Body
<![CDATA

SAMANTA BIASIOLLI
Laboratorio Sviluppo SW
SINERGIS - Sede di Trento




Sinergis

Le informazioni contenute in questo messaggio di posta elettronica sono riservate e confidenziali e ne e’ vietata la diffusione in qualsiasi modo o forma. Qualora Lei non fosse la persona destinataria del presente messaggio, La invitiamo a non diffonderlo e ad eliminarlo, dandone gentilmente comunicazione al mittente.
The information included in this e-mail and any attachments are confidential and may also be privileged. If you are not the correct recipient, you are kindly requested to notify the sender immediately, to cancel it and not to disclose the contents to any other person.
Die Informationen in dieser E-Mail-Mitteilung sind vertraulich und deren Verbreitung in jeglicher Art oder Form ist untersagt. Sollten Sie diese Nachricht irrt?mlich erhalten haben, ersuchen wir Sie, sofort den Absender dar?ber zu informieren und die Mail zu l?schen.

http://www.dedagroup.it

Sorry for crossposting, this is the last message here after I write on
geoserver - user, but I want to clear that the request that I writed is
wrong but my mailbox cut the request.

This was the request:

<?xml version="1.0" encoding="UTF-8"?><wps:Execute version="1.0.0"
service="WPS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
xmlns="http://www.opengis.net/wps/1.0.0&quot;
xmlns:wfs="http://www.opengis.net/wfs&quot;
xmlns:wps="http://www.opengis.net/wps/1.0.0&quot;
xmlns:ows="http://www.opengis.net/ows/1.1&quot;
xmlns:gml="http://www.opengis.net/gml&quot;
xmlns:ogc="http://www.opengis.net/ogc&quot;
xmlns:wcs="http://www.opengis.net/wcs/1.1.1&quot;
xmlns:xlink="http://www.w3.org/1999/xlink&quot;
xsi:schemaLocation="http://www.opengis.net/wps/1.0.0
http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd&quot;&gt;
  <ows:Identifier>gs:Bounds</ows:Identifier>
  <wps:DataInputs>
    <wps:Input>
      <ows:Identifier>features</ows:Identifier>
      <wps:Reference mimeType="text/xml"
xlink:href="http://demo.opengeo.org/geoserver/wfs&quot; method="POST">
        <wps:Body>
          
        </wps:Body>
      </wps:Reference>
    </wps:Input>
  </wps:DataInputs>
  <wps:ResponseForm>
    <wps:RawDataOutput>
      <ows:Identifier>bounds</ows:Identifier>
    </wps:RawDataOutput>
  </wps:ResponseForm>
</wps:Execute>

Best regards

Samanta Biasiolli

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/wps-external-wfs-request-tp5161444p5161464.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.