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
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
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
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
hanks!
B
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
erClient.main(ServiceManagerClient.java:216)
C:\soap-2_3\samples\addressbook>
Bin He