I have followed the Axis instalation procedures and documentation but I
am stuck on this error:
WSDLException (at /deployment): faultCode=INVALID_WSDL: Expected element
'{http://schemas.xmlsoap.org/wsdl/}definitions'.:
at com.ibm.wsdl.xml.WSDLReaderImpl.checkElementName(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
My wsdd:
<deployment xmlns="http://localhost/ns/pkg/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<service name="WSCalculator" provider="java:RPC">
<parameter name="className" value="localhost.ws.WSEcho"/>
<parameter name="allowedMethods" value="*"/>
</service>
</deployment>
Pedro Salgado