I haven't found a schema for the wsdd file yet, but here's one that works for
me:

<deployment xmlns="http://xml.apache.org/axis/wsdd/";
            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
 <service name="StringOpsService" provider="java:RPC">
    <parameter name="className" value="crs577.ex21sol.StringOpsImpl"/>
    <parameter name="allowedMethods" value="*"/>
    <wsdlFile>/StringOpsService.wsdl</wsdlFile>
 </service>
</deployment>

The wsdl file lives in TOMCAT_HOME/webapps/axis/WEB-INF/classes

Mike

> Is there any detailed documentation on the syntax and meaning of the
> tags used to create a WSDD file?  In particular, I'm trying to figure
> out how to get Axis to use a static WSDL file when it does a ?wsdl on
> a service rather than generating one of its own.  

-- 

Mike Woinoski                      Pine Needle Consulting
mailto:[EMAIL PROTECTED]

Reply via email to