I am deploying a slightly modified version of
Calculator service with the following wsdd.

<?xml version="1.0" encoding="utf-8"?>

<deployment xmlns="http://xml.apache.org/axis/wsdd/";
 
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
         <service name="Calculator"
provider="java:RPC">
       <parameter name="className"
value="myaxis.Calculator"/>
      <parameter name="allowedMethods" value="add
multiply"/>
     </service>
</deployment>   

After succesful deployment when I try to view the
deployed service using
http://localhost:8080/axis/servlet/AxisServlet

It shows only "add" method under the service, it
doesn't list the multiply. 

Is the above WSDD valid ? I am listing the methods to
be published in a sequence with a whitespace in
between.

thanks
cmpuser


                
__________________________________ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 

Reply via email to