As the services works ok for my java client I guess it should not be a class loading problem. Here is some of mye wsdd. The real one include some other services as well, but this should be enough.
<?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="AccessControlService" provider="java:RPC">
<parameter name="className" value="no.superduper.AccessControlService"/>
<parameter name="allowedMethods" value="*"/>
</service>
</deployment>
Regards, - Tore.
On Jan 6, 2004, at 17:41, Guillaume Sauthier wrote:
Hi
Maybe there is some class loading problem ...
Have you check taht all classes used by your web services are availables
?
could you send us the wsdd ?
regards Guillaume
Tore Halset wrote:
On Jan 6, 2004, at 14:45, [EMAIL PROTECTED] wrote:
Looks like the wsdl file was included and not generated by axis, look at the wsdd file of the web service (that registers the web service) to see where it is located.
The wsdd-file does not mention any wsdl-file.
- Tore.
