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 "Lasker, Kory" <kl...@qwest.com> on 2002/04/26 20:13:00 UTC

Define WSDL in WSDD?

  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