Hi,

 

I’m trying to deploy my wsdd file and have been having trouble. I can view the current list of deployed webservices in axis from the main page but when I tried deploying my deploy.wsdd, after running the adminclient on it, the page is just blank from “And now some web services” down. Does anyone have any idea what where I might be going wrong???I have a feeling it’s a classpath thing.

 

This is the wsdd file im deploying

 

<deployment xmlns="http://xml.apache.org/axis/wsdd/"

            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

 <service name="BankModulusCheck" provider="java:RPC">

  <parameter name="className" value="BankModulusChecker"/>

  <parameter name="allowedMethods" value="*"/>

 </service>

</deployment>

 

 

Thanks!

Suzy

Reply via email to