Title: SOAP - AXIS IMPLEMENTATION

Hi guys,
      Below is the response I get when I make a service invocation. I use axis as my webservice engine.I just created a  HelloWorldService which returns a simple message.

Generated fault:
 Fault Code = ns1:Server.NoService
 Fault String = The AXIS engine could not find a target service to invoke!  targ
etService is null

The contents of the HelloWorldDescriptor.wsdd being

<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
        <service name="helloworld" provider="java:RPC">
                parameter name="className" value="samples.helloworld.TestSoapService"/>
                parameter name="allowedMethods" value="*"/>
        </service>
</deployment>
I have this file under D:\jakarta-tomcat-4.0.4\bin and I have the client and service code under D:\jakarta-tomcat-4.0.4\server\webapps\axis\WEB-INF\classes\samples\helloworld

MY QUESTION IS WHY AXIS NOT ABLE TO LOCATE MY SERVICE?
Thanks

Reply via email to