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

> I try this but no efect.
>
>
> <ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 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";>
>   <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

-------------------------------------------------------
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to