Hi. I have installed Tomcat successfully (I think) and am now trying to deploy a web-service through the command prompt. This is a sample example file (CalcClient - popular one on the web) and when I try to deploy, I get messages which look like this -
C:\Program Files\jakarta-tomcat-5.0.19\webapps\soap\WEB-INF>java org.apache.soap .server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter deploy CalcDescriptor.xml Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsu pported response content type "text/html; charset=ISO-8859-1", must be : "text/xml". Response was: <html><head><title>Apache Tomcat/5.0.19 - Error report</tit le><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;ba ckground-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif; color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Ari al,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-f amily:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-famil y: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> </hea d><body><h1>HTTP Status 404 - /soap/servlet/rpcrouter</h1>& lt;HR size="1" noshade><p><b>type</b> Status repo rt</p><p><b>message</b> <u>/soap/servlet/rpcrouter </u></p><p><b>description</b> <u>The request ed resource (/soap/servlet/rpcrouter) is not available.</u></p><H R size="1" noshade><h3>Apache Tomcat/5.0.19</h3></bo dy></html> ] at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:208) at org.apache.soap.rpc.Call.invoke(Call.java:255) at org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManag erClient.java:129) at org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClie nt.java:142) at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient .java:230) I have everything online references say I should have in my classpath. However when I try to use my http:localhost:8080/soap/admin to deploy a web service, it says it cannot find org.apache.soap. Any help anyone can give me will be greatly appreciated. Thanks. - Vijay. __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
