If I want to deploy my own WSDL through the http://myserviceurl.org/axis/services/theservice?wsdl feature I was told to modify my WSDD to use this type of syntax:
<service name="theservice" provider="java:RPC" wsdl="/path/to/real/wsdl"> ... </service> So, I tried this, but it doesn't seem to find my WSDL and Axis continues to generate the WSDL on it's own. It's also not a permission problem. I can't find anything in the user guide or documentation about this, so hoping someone can help me out. Thanks, Kory
