Article:
 |
|
Using SOAP with Tomcat
|
| Subject: |
|
BadTargetObjectURI error solution |
| Date: |
|
2003-06-29 17:04:52 |
| From: |
|
anonymous2
|
|
|
|
For those who are seeing the following messages:
Fault Code = SOAP-ENV:Server.BadTargetObjectURI
Fault String = Unable to resolve target object: CalcService
It seems that the $TOMCAT_HOME/webapps/soap/WEB_INF/classes subdirectory must be in your CLASSPATH _before_ TOMCAT is started in order for the app to work.
Hope this helps.
|
Showing messages 1 through 4 of 4.
-
BadTargetObjectURI error solution
2004-03-22 20:19:00
hector_durante
[View]
-
BadTargetObjectURI error solution
2006-02-17 08:32:05
karthindia
[View]
-
BadTargetObjectURI error solution
2003-12-13 00:00:33
anonymous2
[View]
-
BadTargetObjectURI error solution
2003-12-12 23:59:59
anonymous2
[View]
and execute java CalcClient 90 98 into the directory TOMCAT_HOME\webapps\soap\WEB-INF\classes\
note.- the CalcClient.class must be in TOMCAT_HOME\webapps\soap\WEB-INF\classes\onjava\