Hi,
  I'm trying to expose only limited methods of my
webservice implementation class. The documentation
says,only public methods will be exposed as
webservice. Contrarily, all of the methods in my
implementation class is exposed as webservice. Is this
a know bug on axis.

my deploy.wsdd configuration:

<deployment xmlns="http://xml.apache.org/axis/wsdd/";
           
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
<service name="TestService" provider="java:RPC">
        <parameter name="className"
value="com.xxx.ws.ConfigWebServiceImpl"/>
        <parameter name="allowedMethods" value="createConfig
createConfiguration updateConfig "/>
        <parameter name="scope" value="request"/>
</service>

</deployment>


I even tried delimiting the method names by comma, it
doesn't work. Am i doing anything wrong ?

Thanks,

Venki


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Reply via email to