You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Suzy Fynes <su...@sentenial.ie> on 2004/07/30 16:28:57 UTC

Classpaths for WSDD

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