Title: Message
I'm getting the following error when I run my client.  I'm trying to create a local Web Service and access it via a client.
I've successfully deployed my Web Service even though the error below says "The requested resource (/axis/TZCService) is not available."
I'm using Tomcat 5.5.9 and Axis 1.2.  Does anyone know how to fix this?  Do I need to configure Tomcat in some way before I can access the Web Service?
Or does this mean that I haven't deployed properly?
 
 
Exception in thread "main" AxisFault
 faultCode: {http://xml.apache.org/axis/}HTTP
 faultSubcode:
 faultString: (404)/axis/TZCService
 faultActor:
 faultNode:
 faultDetail:
 {}:return code:  404
<html><head><title>Apache Tomcat/5.5.9 - Error report</title><style><!--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;}--></style> </head><body><h1>HTTP Status 404 - /axis/TZCService</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>/axis/TZCService</u></p><p><b>description</b> <u>The requested resource (/axis/TZCService) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.5.9</h3></body></html>
 {http://xml.apache.org/axis/}HttpErrorCode:404
 
(404)/axis/TZCService
 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:2765)
 at org.apache.axis.client.Call.invoke(Call.java:2748)
 at org.apache.axis.client.Call.invoke(Call.java:2424)
 at org.apache.axis.client.Call.invoke(Call.java:2347)
 at org.apache.axis.client.Call.invoke(Call.java:1804)
 at Sirit.ETTM.TZCServiceSoapStub.getTransactions(TZCServiceSoapStub.java:128)
 at pbf.hot.TestService.main(TestService.java:18) 
 
 
Thanks for your help,
 
Jan 

Reply via email to