[Pywps-devel] pywps - soap
Arnaud De Groof
Arnaud.DeGroof at spacebel.be
Fri Jun 4 10:18:34 CEST 2010
Hi,
I have tried the following example without success:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" >
<soapenv:Header />
<soapenv:Body>
<wps:Execute service="WPS" version="1.0.0" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0/wpsExecute_request.xsd">
<ows:Identifier>TestProcess</ows:Identifier>
<wps:DataInputs>
<wps:Input>
<ows:Identifier>input1</ows:Identifier>
<wps:Data>
<wps:LiteralData>55</wps:LiteralData>
</wps:Data>
</wps:Input>
<wps:Input>
<ows:Identifier>input2</ows:Identifier>
<wps:Data>
<wps:LiteralData>20</wps:LiteralData>
</wps:Data>
</wps:Input>
</wps:DataInputs>
<wps:ResponseForm>
<wps:ResponseDocument wps:lineage="false" storeExecuteResponse="true" status="undefined">
<wps:Output wps:asReference="false">
<ows:Identifier>output1</ows:Identifier>
</wps:Output>
</wps:ResponseDocument>
</wps:ResponseForm>
</wps:Execute>
</soapenv:Body>
</soapenv:Envelope>
Here the response message:
<ExceptionReport version="1.0.0" xmlns="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Exception exceptionCode="MissingParameterValue" locator="version"/>
</ExceptionReport>
Have you an idea?
Thanks,
Arnaud
-----Original Message-----
From: Jachym Cepicky [mailto:jachym.cepicky at gmail.com]
Sent: vendredi 4 juin 2010 7:32
To: Arnaud De Groof
Cc: pywps-devel at wald.intevation.org
Subject: Re: [Pywps-devel] pywps - soap
Hi,
there is limited support for SOAP in PyWPS. No authorization for example
is possible. There would be option to use ZSI library for example, but I
have no time yet to have a look at it.
Hmm, there seem to be no example of using it, but it should be
sufficient, if you put standard Execute request into SOAP envelope and
send it via HTTP POST to PyWPS.
jachym
Arnaud De Groof píše v Út 01. 06. 2010 v 15:59 +0200:
> Hi,
>
>
>
> Is it possible to use pyWPS with SOAP? Have you an example for a
> Execute request encoded in SOAP?
>
>
>
> Thanks,
>
>
>
> Arnaud
>
>
>
>
>
> ______________________________________________________________________
>
> E-MAIL DISCLAIMER
>
> The present message may contain confidential and/or legally privileged
> information. If you are not the intended addressee and in case of a
> transmission error, please notify the sender immediately and destroy
> this E-mail. Disclosure, reproduction or distribution of this document
> and its possible attachments is strictly forbidden.
>
> SPACEBEL denies all liability for incomplete, improper, inaccurate,
> intercepted, (partly) destroyed, lost and/or belated transmission of
> the current information given that unencrypted electronic transmission
> cannot currently be guaranteed to be secure or error free.
> Upon request or in conformity with formal, contractual agreements, an
> originally signed hard copy will be sent to you to confirm the
> information contained in this E-mail.
>
> SPACEBEL denies all liability where E-mail is used for private use.
>
> SPACEBEL cannot be held responsible for possible viruses that might
> corrupt this message and/or your computer system.
>
>
> ______________________________________________________________________
>
> _______________________________________________
> Pywps-devel mailing list
> Pywps-devel at wald.intevation.org
> http://lists.wald.intevation.org/mailman/listinfo/pywps-devel
--
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
PGP Public key: http://les-ejk.cz/pgp/JachymCepicky.pgp
___________________________________________________________________________________
E-MAIL DISCLAIMER
The present message may contain confidential and/or legally privileged information.
If you are not the intended addressee and in case of a transmission error,
please notify the sender immediately and destroy this E-mail.
Disclosure, reproduction or distribution of this document and its possible
attachments is strictly forbidden.
SPACEBEL denies all liability for incomplete, improper, inaccurate, intercepted,
(partly) destroyed, lost and/or belated transmission of the current information
given that unencrypted electronic transmission cannot currently be guaranteed
to be secure or error free. Upon request or in conformity with formal, contractual
agreements, an originally signed hard copy will be sent to you to confirm
the information contained in this E-mail.
SPACEBEL denies all liability where E-mail is used for private use.
SPACEBEL cannot be held responsible for possible viruses that might corrupt this
message and/or your computer system.
____________________________________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wald.intevation.org/pipermail/pywps-devel/attachments/20100604/31124bee/attachment.htm
More information about the Pywps-devel
mailing list