Aparently your container - tomcat for example - doesn't have a SimpleServiceSOAP installed. Veryify via the happy axis page that you ran the admin client correctly and indeed have SimpleServiceSOAP installed correctly.

HTH,
Robert
http://www.braziloutsource.com/

On 6/8/06, muthana <[EMAIL PROTECTED]> wrote:

>From Eclipse I got the following error when I try to run the StubClient

 

Exception in thread "main" AxisFault

 faultCode: {http://xml.apache.org/axis/}HTTP

 faultSubcode:

 faultString: (404)/Axis/services/SimpleServiceSOAP

 faultActor:

 faultNode:

 faultDetail:

      {}:return code:  404

&lt;html&gt;&lt;head&gt;&lt;title&gt;Apache Tomcat/5.5.17 - Error report&lt;/title&gt;&lt;style&gt;&lt;!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--&gt;&lt;/style&gt; &lt;/head&gt;&lt;body&gt;&lt;h1&gt;HTTP Status 404 - /Axis/services/SimpleServiceSOAP&lt;/h1&gt;&lt;HR size=&quot;1&quot; noshade=&quot;noshade&quot;&gt;&lt;p&gt;&lt;b&gt;type&lt;/b&gt; Status report&lt;/p&gt;&lt;p&gt;&lt;b&gt;message&lt;/b&gt; &lt;u&gt;/Axis/services/SimpleServiceSOAP&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;description&lt;/b&gt; &lt;u&gt;The requested resource (/Axis/services/SimpleServiceSOAP) is not available.&lt;/u&gt;&lt;/p&gt;&lt;HR size=&quot;1&quot; noshade=&quot;noshade&quot;&gt;&lt;h3&gt;Apache Tomcat/5.5.17&lt;/h3&gt;&lt;/body&gt;&lt;/html&gt;

      {http://xml.apache.org/axis/}HttpErrorCode:404

 

(404)/Axis/services/SimpleServiceSOAP

      at org.apache.axis.transport.http.HTTPSender.readFromSocket( HTTPSender.java:744 )

      at org.apache.axis.transport.http.HTTPSender.invoke( HTTPSender.java:144 )

      at org.apache.axis.strategies.InvocationStrategy.visit( InvocationStrategy.java:32 )

      at org.apache.axis.SimpleChain.doVisiting( SimpleChain.java:118 )

      at org.apache.axis.SimpleChain.invoke( SimpleChain.java:83 )

      at org.apache.axis.client.AxisClient.invoke( AxisClient.java:165 )

      at org.apache.axis.client.Call.invokeEngine( Call.java:2784 )

      at org.apache.axis.client.Call.invoke( Call.java:2767 )

      at org.apache.axis.client.Call.invoke( Call.java:2443 )

      at org.apache.axis.client.Call.invoke( Call.java:2366 )

      at org.apache.axis.client.Call.invoke( Call.java:1812 )

      at com.ttdev.simpleservice.client.SimpleServiceSOAPStub.concat( SimpleServiceSOAPStub.java:157 )

      at com.ttdev.simpleservice.client.StubClient.main( StubClient.java:22 )


Reply via email to