Advertisement
Guest User

WPS client output

a guest
Sep 25th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. The query: [971]
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <wps:Execute service="WPS"version="1.0.0"language="en-CA"
  4. xmlns:wps="http://www.opengis.net/wps/1.0.0"
  5. xmlns:ows="http://www.opengis.net/ows/1.1"
  6. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:schemaLocation="http://www.opengis.net/wps/1.0.0/wpsExecute_request.xsd">
  8.  
  9. <ows:Identifier>bufferProcess</ows:Identifier>
  10.  
  11. <wps:DataInputs>
  12.  
  13. <wps:Input>
  14. <ows:Identifier>data</ows:Identifier>
  15. <wps:Reference xlink:href="http://services.iguess.tudor.lu/cgi-bin/mapserv?map=/var/www/MapFiles/Europe4326.map&SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=testLines4326" />
  16. </wps:Input>
  17.  
  18. <wps:Input>
  19. <ows:Identifier>size</ows:Identifier>
  20. <wps:Data>
  21. <wps:LiteralData>1</wps:LiteralData>
  22. </wps:Data>
  23. </wps:Input>
  24.  
  25. </wps:DataInputs>
  26.  
  27. <wps:ResponseForm>
  28. <wps:ResponseDocument lineage="true"
  29. storeExecuteResponse="true" status="true">
  30. </wps:ResponseDocument>
  31. </wps:ResponseForm>
  32.  
  33. </wps:Execute>
  34. ----------------------------------------
  35.  
  36.  
  37. 500 Internal Server Error Date: Tue, 25 Sep 2012 09:03:02 GMT
  38. Server: Apache/2.2.14 (Ubuntu)
  39. Vary: Accept-Encoding
  40. Content-Length: 628
  41. Connection: close
  42. Content-Type: text/html; charset=iso-8859-1
  43.  
  44. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  45. <html><head>
  46. <title>500 Internal Server Error</title>
  47. </head><body>
  48. <h1>Internal Server Error</h1>
  49. <p>The server encountered an internal error or
  50. misconfiguration and was unable to complete
  51. your request.</p>
  52. <p>Please contact the server administrator,
  53. [no address given] and inform them of the time the error occurred,
  54. and anything you might have done that may have
  55. caused the error.</p>
  56. <p>More information about this error may be available
  57. in the server error log.</p>
  58. <hr>
  59. <address>Apache/2.2.14 (Ubuntu) Server at services.iguess.tudor.lu Port 80</address>
  60. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement