This might seem obvious but you did unencode the URL by converting the
& back to &


Ian

On 31 January 2018 at 22:10, Reed, Raeschel <raeschel.r...@gdit.com> wrote:

> Attempting to change wps request to be asynchronous. Original request,
> non-asynchronous, successfully returns json object. Modified request per
> instructions: http://docs.geoserver.org/stable/en/user/community/wps-
> download/index.html  results in the expected status response. However
> attempting to hit the returned statusLocation url results in exception.
> What does this mean? What is missing from 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
> <http://www.w3.org/2001/XMLSchema-instance>"* 
> xmlns=*"http://www.opengis.net/wps/1.0.0
> <http://www.opengis.net/wps/1.0.0>"*
>
>        xmlns:wfs=*"http://www.opengis.net/wfs
> <http://www.opengis.net/wfs>"* xmlns:wps=*"http://www.opengis.net/wps/1.0.0
> <http://www.opengis.net/wps/1.0.0>"*
>
>        xmlns:ows=*"http://www.opengis.net/ows/1.1
> <http://www.opengis.net/ows/1.1>"* xmlns:gml=*"http://www.opengis.net/gml
> <http://www.opengis.net/gml>"*
>
>        xmlns:ogc=*"http://www.opengis.net/ogc
> <http://www.opengis.net/ogc>"* xmlns:wcs=*"http://www.opengis.net/wcs/1.1.1
> <http://www.opengis.net/wcs/1.1.1>"*
>
>        xmlns:xlink=*"http://www.w3.org/1999/xlink
> <http://www.w3.org/1999/xlink>"*
>
>        xsi:schemaLocation=*"http://www.opengis.net/wps/1.0.0
> <http://www.opengis.net/wps/1.0.0>
> http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd
> <http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd>"*>
>
>        <ows:Identifier>gs:OAMLMergedVerticalCrossSection</ows:Identifier>
>
>        <wps:DataInputs>
>
>               …
>
>        </wps:DataInputs>
>
>        <wps:ResponseForm>
>
>               <wps:ResponseDocument storeExecuteResponse=*"true" *lineage=
> *"false"* status=*"true"*>
>
>                      <wps:RawDataOutput>
>
>                            <ows:Identifier>result</ows:Identifier>
>
>                      </wps:RawDataOutput>
>
>               </wps:ResponseDocument>
>
>        </wps:ResponseForm>
>
> </wps:Execute>
>
>
>
> <?xml version=*"1.0"* encoding=*"UTF-8"*?>
>
> <wps:ExecuteResponse xmlns:xs=*"http://www.w3.org/2001/XMLSchema
> <http://www.w3.org/2001/XMLSchema>"*
>
>        xmlns:ows=*"http://www.opengis.net/ows/1.1
> <http://www.opengis.net/ows/1.1>"* 
> xmlns:wps=*"http://www.opengis.net/wps/1.0.0
> <http://www.opengis.net/wps/1.0.0>"*
>
>        xmlns:xlink=*"http://www.w3.org/1999/xlink
> <http://www.w3.org/1999/xlink>"* xml:lang=*"en"* service=*"WPS"*
>
>        serviceInstance=*"https://local:8443/geoserver/ows
> <https://local:8443/geoserver/ows>?"*
>
>        
> statusLocation=*"https://local:8443/geoserver/ows?service=WPS&amp;version=1.0.0&amp;request=GetExecutionStatus&amp;executionId=6199125e-6567-4bdf-b950-2b2e0de0a4ec
> <https://local:8443/geoserver/ows?service=WPS&amp;version=1.0.0&amp;request=GetExecutionStatus&amp;executionId=6199125e-6567-4bdf-b950-2b2e0de0a4ec>"*
>
>        version=*"1.0.0"*>
>
>        <wps:Process wps:processVersion=*"1.0.0"*>
>
>               <ows:Identifier>gs:OAMLMergedVerticalCrossSection</
> ows:Identifier>
>
>               <ows:Title>OAMLMergedVerticalCrossSection</ows:Title>
>
>               <ows:Abstract>Generates a merged vertical cross section of
> an OAML coverage</ows:Abstract>
>
>        </wps:Process>
>
>        <wps:Status creationTime=*"2018-01-31T22:06:39.510Z"*>
>
>               <wps:ProcessAccepted>Process accepted.</wps:ProcessAccepted>
>
>        </wps:Status>
>
> </wps:ExecuteResponse>
>
>
>
> <ows:ExceptionReport xmlns:xs=*"http://www.w3.org/2001/XMLSchema
> <http://www.w3.org/2001/XMLSchema>"* 
> xmlns:ows=*"http://www.opengis.net/ows/1.1
> <http://www.opengis.net/ows/1.1>"* 
> xmlns:xsi=*"http://www.w3.org/2001/XMLSchema-instance
> <http://www.w3.org/2001/XMLSchema-instance>"* version=*"1.1.0"*
> xsi:schemaLocation=*"http://www.opengis.net/ows/1.1
> <http://www.opengis.net/ows/1.1>
> https://local:8443/geoserver/schemas/ows/1.1.0/owsAll.xsd
> <https://local:8443/geoserver/schemas/ows/1.1.0/owsAll.xsd>"*>
>
> <ows:Exception exceptionCode=*"MissingParameterValue"* locator=*"request"*
> >
>
> <ows:ExceptionText>
>
> Could not determine *geoserver* request from *http* request
> org.geoserver.platform.AdvancedDispatchFilter$AdvancedDispatchHttpRequest@
> 28e99a8c
>
> </ows:ExceptionText>
>
> </ows:Exception>
>
> </ows:ExceptionReport>
>
>
>
>
>
> Raeschel Reed
>
> Sr Software Engineer
>
> General Dynamics Information Technology
>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: http://geoserver.org/comm/
> userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-
> requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
Ian Turton
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to