[Geoserver-users] WFS service for only one namespace

hi

How can i serve WFS for one workspace (only for this one).

Now i make this:

http://wms.somehost.pl/?service=WFS&version=1.0.0&request=GetFeature&typeName=data:street

On Fri, Aug 1, 2014 at 3:33 PM, konto gmail <specjal@anonymised.com> wrote:

hi

How can i serve WFS for one workspace (only for this one).

Now i make this:

http://wms.somehost.pl/?service=WFS&version=1.0.0&request=GetFeature&typeName=data:street

Hum... I believe you can disabled WFS service at a global level first,
and then go in the workspace, activate the local WFS service (which
at first will be a copy of the global one), and then enable it

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

On Mon, Aug 4, 2014 at 9:29 AM, konto gmail <specjal@anonymised.com> wrote:

I try this but no efect.

<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://10.0.0.48:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
  <ows:Exception exceptionCode="NoApplicableCode">
    <ows:ExceptionText>org.geoserver.platform.ServiceException:
Service WFS is disabled
Service WFS is disabled</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>

i call this

http://wms.somehost.pl/?service=WFS&version=1.0.0&request=GetFeature&typeName=data:street

Please keep the maling list cc'ed.

Workspace specific services work on a slightly different url, you have to
add the workspace
name in the url, e.g., if there was not a proxy in the middle you would
have to change
the url from:

http://host:8080/geoserver/wms?service=WFS&version=1.0.0&request=GetFeature&typeName=data:street

to

http://host:8080/geoserver/data/wms?service=WFS&version=1.0.0&request=GetFeature&typeName=data:street

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------