There is an overview of the wsdd file contents at
AXIS_HOME/docs/reference.html#Deployment.
Mike
--
Mike Woinoski Pine Needle Consulting
mailto:[EMAIL PROTECTED]
I haven't found a schema for the wsdd file yet, but here's one that works for
me:
http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
/StringOpsService.wsdl
The wsdl file lives in TOMCAT_HOME/webapps/axis/WEB-INF/classes
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. I've used the syntax /.wsdl in my WSD
Where exactly is the WSDD language defined? I see a brief introduction in
the Axis User's Guide --- but that is just an "introduction". Where is
the full documentation?
Now for a particular question I hope such documentation might answer. I
found a WSDD that includes the following lines: