cxfrs - Disable wadl Web Service Definition In CXF -


i using cxf webservice , working perfectly. going expose our webservice public wadl url working public. can see wadl definition of our webservice.

how can disable definition.

e.g. url wadl - http://localhost:8080/webservice/rest?_wadl

try adding jaxrs:server, hide endpoint exposed jaxrs:server address

<jaxrs:properties>    <entry key="org.apache.cxf.endpoint.private" value="true"/>  </jaxrs:properties> 

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -