Soap under Tomcat

2004-11-14 Thread feilong
Hallo all,I am a beginner with web-service using soap protocol under Tomcat web server. I find a link http://www.onjava.com/pub/a/onjava/2002/02/27/tomcat.html?page=1which introduce how to use soap in Tomcat and deploy web services and a simple client to call this web serviceI have followed

Re: Soap under Tomcat

2004-11-15 Thread feilong
Hallo, I fixed this problem. in server.xml I write the context tag nested. The console report the syntactic error. Now add at the bottom in server.xml. It runs: D:\Programs\jakarta-tomcat-4.1.30\webapps\soap\WEB-INF\classes>java onjava.CalcC lient 100 96 I am called! 4 Thanks very much Feil

HTTP Servlet and Soap

2004-11-19 Thread feilong
;);     out.println(" = " + lastName + "");       }    else {  out.println("requestparams.no-params");    }       out.println("");    out.println("");  }     public void doPost(HttpServletRequest request, HttpServletResponse response)  throws IOException, ServletException  {    System.out.println("doPost");    doGet(request, response);  }   }     Best Feilong