Hi All, I have created some Web Services and when i add a Service details in server-config.wsdd file then only that Services is getting visible.
I have a Service called TaxService . I have placed the .class file in /axis/Web-Inf/classes and placed the .jws file in /axis and added the below given XML Tag <service name="Calculator" provider="java:RPC"> <parameter name="allowedMethods" value="*"/> <parameter name="className" value="Calculator"/> </service> in the server-config.wsdd file then if i try to access this using the URL http://localhost:8080/axis/services/TaxService then i am able to view the methods in that Service. How ever i am unable to view the WSDL using either of the below mentioned URL's http://localhost:8080/axis/TaxService.jsw?wsdl or http://localhost:8080/axis/services/TaxService?wsdl 1) How to view the WSDL Files of the above Web Service 2) I have saved some other .java Files in the /axis folder as .jws files and they are not getting displayed when i go to the Axis Servlet URL http://localhost:8080/axis/servlet/AxisServlet Pls help me.. Thanks in Advance.. Sateesh "THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE ADDRESSEE and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are notified that any dissemination, distribution or copy of this communication is strictly Prohibited. If you have received this message by error, please notify us immediately, return the original mail to the sender and delete the message from your system."