I am trying to develop a message-styled web service and I have developed a custom WSDL for my web service. I was able to deploy the web service using the custom WSDL. But when I try to access the WSDL using "?wsdl", my logs say that it is unable to find the WSDL.
Here is how my deploy.wsdd looks
<deployment name="test" xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"> <service name="DSHelloWorldService" style="message"> <parameter name="className" value="DSHelloWorldSoapBindingImpl" /> <parameter name="allowedMethods" value="sayDSHello" /> <wsdlFile>DSHelloWorld.wsdl</wsdlFile> </service> </deployment>
I have placed the WSDL file in WEB-INF/classes and in my application server's classpath but it persists in complaining that WSDL file cannot be found!
Am I missing anything? Any pointers?
Thanks, Vivek
_________________________________________________________________
Fast. Reliable. Get MSN 9 Dial-up - 3 months for the price of 1! (Limited-time Offer) http://click.atdmt.com/AVE/go/onm00200361ave/direct/01/
