Re: Disable wsdl url

2009-10-08 Thread Amila Suriarachchi
hi,

if you have deployed axis2 as a web app, try to put a servlet filter or
define some url pattern in the web.xml

thanks,
Amila


On Wed, Oct 7, 2009 at 3:50 PM, Darshana ® srdarsh...@gmail.com wrote:

 Hello,

 I want to disable people accessing the wsdl. Currently any one can access
 wsdl of the my axis2 project through
 home_url:9002/web/services/Axis2WS?wsdl.

 I just want to restrict people accessing the wsdl, simply I want to disable
 the wsdl url.

 But I couldnt find a way to do this, it'll be a great help if any body can
 give me a solution for this.

 Thanks





-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/


Re: Disable wsdl url

2009-10-08 Thread Darshana ®
Thanks amila, I'll try it and see.

On Thu, Oct 8, 2009 at 11:53 AM, Amila Suriarachchi 
amilasuriarach...@gmail.com wrote:

 hi,

 if you have deployed axis2 as a web app, try to put a servlet filter or
 define some url pattern in the web.xml

 thanks,
 Amila



 On Wed, Oct 7, 2009 at 3:50 PM, Darshana ® srdarsh...@gmail.com wrote:

 Hello,

 I want to disable people accessing the wsdl. Currently any one can access
 wsdl of the my axis2 project through
 home_url:9002/web/services/Axis2WS?wsdl.

 I just want to restrict people accessing the wsdl, simply I want to
 disable the wsdl url.

 But I couldnt find a way to do this, it'll be a great help if any body can
 give me a solution for this.

 Thanks





 --
 Amila Suriarachchi
 WSO2 Inc.
 blog: http://amilachinthaka.blogspot.com/



Re: Disable wsdl url

2009-10-08 Thread Suresh

Hi,
Instead of disabling wsdl it is to put an empty wsdl. In the  
configuration file you can mention ur empty wsdl and then this wsdl  
will be displayed when users try to access wsdl from URL


Thanks,
Suresh Metla

On Oct 8, 2009, at 5:09 AM, Darshana ® srdarsh...@gmail.com wrote:


Thanks amila, I'll try it and see.

On Thu, Oct 8, 2009 at 11:53 AM, Amila Suriarachchi amilasuriarach...@gmail.com 
 wrote:

hi,

if you have deployed axis2 as a web app, try to put a servlet filter  
or define some url pattern in the web.xml


thanks,
Amila



On Wed, Oct 7, 2009 at 3:50 PM, Darshana ® srdarsh...@gmail.com wr 
ote:

Hello,

I want to disable people accessing the wsdl. Currently any one can  
access wsdl of the my axis2 project through home_url:9002/web/ 
services/Axis2WS?wsdl.


I just want to restrict people accessing the wsdl, simply I want to  
disable the wsdl url.


But I couldnt find a way to do this, it'll be a great help if any  
body can give me a solution for this.


Thanks





--
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/



Disable wsdl url

2009-10-07 Thread Darshana ®
Hello,

I want to disable people accessing the wsdl. Currently any one can access
wsdl of the my axis2 project through
home_url:9002/web/services/Axis2WS?wsdl.

I just want to restrict people accessing the wsdl, simply I want to disable
the wsdl url.

But I couldnt find a way to do this, it'll be a great help if any body can
give me a solution for this.

Thanks