Hi,
   I deploy my web service with the following wsdd, however the service's public methods are not list.
 
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
     xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
 

  <service name="urn:DownloadUpdateService" provider="java:RPC">
    <parameter name="className" value="rdm.service.DownloadUpdateService" />
    <parameter name="allowedMethods" value="*" />
  </service>
 
</deployment>
 
I use the following URL and find those public methods are not list at all.
 
Any help will be highly appreciated.

Thanks
William Guo

Reply via email to