RE: HELP ME!

2003-03-17 Thread Bin . He
This is my classpath: C:\jakarta-tomcat-4.1.18\common\endorsed\xmlParserAPIs.jar;C: \jakarta-tomcat-4.1.18\common\endorsed\xercesImpl.jar;C: \soap-2_3\lib\soap.jar;C:\soap-2_3;C: \jakarta-tomcat-4.1.18\common\lib\mail.jar;C: \jakarta-tomcat-4.1.18\common\lib\activation.jar Bin

Re: HELP ME!

2003-03-14 Thread Bin . He
You may try these steps: 1. mkdir c:\tomcat\webapps\soap 2. cd c:\tomcat\webapps\soap 3. jar -xvf ..\soap.war 4. restart your tomcat web server 5. try the addressbook testit again. Hope this helps. Good luck. Bin

stockquote example error

2003-03-04 Thread Bin . He
I keep getting the following error when running soap-2_3/samples/stockquote. I have no problem running addressbook example. I appreciate any help and suggestions. Bin C:\soap-2_3\samples\stockquote>testit This test assumes a server URL of http://localhost:8080/soap/servlet/rpcrouter Deploying t

RE: ServiceManagerClient error

2003-03-03 Thread Bin . He
I finally found my CLASSPATH was not set correctly. The path to mail.jar was wrong. After made the correction, everything is fine. Thanks. Bin He

RE: ServiceManagerClient error

2003-03-03 Thread Bin . He
hanks! B

RE: ServiceManagerClient error

2003-03-03 Thread Bin . He
Thanks for the help but I got the same error message. My tomcat may not be configured correctly. What do I need to set in tomcat-4.1.18 in order to try the soap addressbook examples? Bin He

ServiceManagerClient error

2003-03-03 Thread Bin . He
erClient.main(ServiceManagerClient.java:216) C:\soap-2_3\samples\addressbook> Bin He