hi all, I've for the first time installed apache, jakarta-tomcat-3.3-m4 ,  xerces 1.4.3 and SOAP 2.2. i think i have followed each install steps....
now to test if everything is okay i tried to launch any of the samples give with SOAP install... (for example : the calculator)

when i launch the testit.cmd i get this :

This test assumes a server URL of http://localhost:8080/soap/servlet/rpcrouter

Deploying the calculator service...
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsu
pported response content type "text/html", must be: "text/xml". Response was:
<head><title>Error: 500</title></head>
<body>
<h1>Error: 500</h1>
<h2>Location: /soap/servlet/rpcrouter</h2><b>Internal Servlet Error:</b><br>
<pre>java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest: method
getSession()Ljavax/servlet/http/HttpSession; not found
        at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.
java, Compiled Code).........
     

its the same when i go under Apache-SOAP admin client and click on DEPLOY (to deploy a web service) i get always this error but returned in an other way :

JspFactoryImpl: Exception initializing page context - java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest: method getSession()Ljavax/servlet/http/HttpSession; not found

here is my classpath :

C:\apache\soap-2_2;
C:\apache\xerces-1_4_3\xerces.jar;
C:\apache\jakarta-tomcat-3.3-m4\webapps\Hello;
C:\apache\soap-2_2\lib\soap.jar;
C:\jdk1.2.2;
C:\jdk1.2.2\bin;
C:\jdk1.2.2\lib\tools.jar;
C:\lib\javamail-1.2\mail.jar;
C:\lib\jaf-1.0.1\activation.jar;
C:\lib\bsf-2_2\lib\bsf.jar;
C:\lib\rhino1_5R2\js.jar;

any idea ??
regards,
Elise

Reply via email to