[Geoserver-users] GeoServer Rest API - 405 error - rest-2.0.2.jar is installed

2011-03-17 Thread David.Miron
Hi all I am interested in using the GeoServer Rest API and continually get the following error: curl -u admin:geoserver -v -XPOST -H "Content-type: text/xml" -d "acme" http://localhost:8080/geoserver/rest/workspaces * About to connect() to localhost port 8080 (#0) * Trying 127.0.0.1... conne

Re: [Geoserver-users] GeoServer Rest API - 405 error - rest-2.0.2.jar is installed

2011-03-21 Thread David Winslow
Do you have restconfig.jar ? rest.jar is not the configuration API, it is just generic rest routing support. -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Mar 18, 2011 at 11:10 AM, wrote: > Hi all > > > > I am interested in using the GeoServer Rest API and continually get the > follow

Re: [Geoserver-users] GeoServer Rest API - 405 error - rest-2.0.2.jar is installed

2011-03-22 Thread tisham
Hi David, You will need to install the rest-config module. Depending on the version of Geoserver you are running you have to pick up the rest-config from Geoserver 2.0.2 download page. http://downloads.sourceforge.net/geoserver/geoserver-2.0.2-restconfig-plugin.zip Glad to see more Geoserver use