Re: Trouble with BadTargetObjectURI / ClassNotFoundException

2003-08-27 Thread Scott Nichol
, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Malte Kempff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 12:45 PM Subject: AW: Trouble with BadTargetObjectURI / ClassNotFoundException &g

AW: Trouble with BadTargetObjectURI / ClassNotFoundException

2003-08-27 Thread Malte Kempff
Hi Scott, thanks for your reply. The thing is, that we did it as you have said, but we got the BadTargetObjectURI / ClassNotFoundException. The usual Soap-tests worked fine like they are to be read in the soap-docs. The $CATALINA_HOME/webapps/soap/WEB-INF/lib] containes the needed .jar's,

Re: Trouble with BadTargetObjectURI / ClassNotFoundException

2003-08-27 Thread Scott Nichol
address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Malte Kempff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 6:36 AM Subject: Trouble with BadTargetObjectURI / ClassNotFoundException &g

Trouble with BadTargetObjectURI / ClassNotFoundException

2003-08-27 Thread Malte Kempff
Hello, I have read a lot about that Problem, but in my perticular situation I did not find a solution that works. Soap was deployed by putting the soap.war into tomcats webapps-directory. In one try there there was no enty in the server.xml and we got the Server.BadTagetObjectURI with the ClassNotF

Re: Another BadTargetObjectURI problem - Solved!

2002-06-16 Thread Martin Gainty
ECTED] >Subject: Re: Another BadTargetObjectURI problem - Solved! >Date: Sun, 16 Jun 2002 21:33:50 +0200 >MIME-Version: 1.0 >Received: from apache.org ([63.251.56.142]) by hotmail.com with Microsoft SMTPSVC(5.0.2195.4905); Sun, 16 Jun 2002 12:29:08 -0700 >Received: (qmail 41409 invoke

Re: Another BadTargetObjectURI problem - Solved!

2002-06-16 Thread Davorin Kremenjas
SOAP-ENV:Server.BadTargetObjectURI" >The most likely cause of this problem is a classpath error: The class file >that implements your service is not in the classpath of >the server. > >My inclination goes with the solution from the buglist. > >I have'nt heard about recti

Re: Another BadTargetObjectURI problem - Solved!

2002-06-15 Thread Martin Gainty
s with the solution from the buglist.I have'nt heard about rectifying a BadTargetObjectURI with shortening the class nameOut of curiosity can you tell us the full  name of your Class??anyone else..?Martin Gainty > >Hi! >I hope this helps someone since I haven't seen this ki

Another BadTargetObjectURI problem - Solved!

2002-06-15 Thread Davorin Kremenjas
Hi! I hope this helps someone since I haven't seen this kind of solution in any other BadTargetObjectURI problem. I had two classes in the same direcory, each had one simple method (for testing purposes), each of them deployed in the same manner BUT ONLY ONE WORKED! Calling method from the

Re: newbie question: BadTargetObjectURI running O'Reilly examples

2002-05-16 Thread Bruno Fischel
I had the same problem. I resolved this one (but another appears...). This message means that your service hasn't been located (equivalent to a NoClassDefFoundException). Be sure that your service class is in your classpath. (I just put a jar file containing all my stuff in %TOMCAT_HOME%/lib). B

newbie question: BadTargetObjectURI running O'Reilly examples

2002-05-16 Thread Beau Paisley
I am attempting to run the Hello example from the O'Reilly book. HelloService deploys and appears fine, but when attempting to run the HelloClient.class I get, ... C:\WSComponents\Oreilly\java_src\com\ecerami\soap>java HelloClient joe Hello SOAP Client Fault Occurred (details follow): Fault C

RE: BadTargetObjectURI & TcpTunnelGUI

2002-04-18 Thread Tim Joyce
Jonathan, I'm having a hell of a time trying to get a SOAP service running on an Orion app server. I understand that this error can be caused by a classpath problem. I put all of my remote classes in a jar and put them in orion/lib which should pick them up for all applications on orion t

BadTargetObjectURI & TcpTunnelGUI

2002-04-18 Thread BRICKER_JONATHAN_E
I'm having a hell of a time trying to get a SOAP service running on an Orion app server. I understand that this error can be caused by a classpath problem.   I put all of my remote classes in a jar and put them in orion/lib which should pick them up for all applications on orion to use.  I als

Re: BadTargetObjectURI

2002-03-21 Thread Aczel Csilla
Hi TIA,   I think this is a classpath problem, you should place the jar file contining your service classes into the TOMCAT\lib directory.   I hope, it helps much, Csilla

BadTargetObjectURI

2002-03-20 Thread Tiago Fernandes Thomaz
I'm using tomcat 3.2.3 and Apache-Soap 2.2. I've coded a simple client to call a sayHello method. I'm deploying a Hello service to <%TOMCAT_HOME%>\webapps\soap\WEB-INF\classes\Hello.class using soap/admin, I've put in my classpath this service class and still having this following fault:

Re: Error : BadTargetObjectURI

2002-02-10 Thread Sharad Patel
ds, Sharad. - Original Message - From: "Henk Schipper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Sharad Patel" <[EMAIL PROTECTED]> Sent: Saturday, February 09, 2002 5:35 AM Subject: RE: Error : BadTargetObjectURI > What modules are you using. xerc

RE: [solved] Solaris - BadTargetObjectURI - Classpath ok - jvm??

2002-02-01 Thread Arun swaran Jagatheesan
Object(?). It just required a sound sleep to figure this one out ;-) Arun. > -Original Message- > From: Arun swaran Jagatheesan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 8:05 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Solaris - Ba

Solaris - BadTargetObjectURI - Classpath ok - jvm??

2002-01-31 Thread Arun swaran Jagatheesan
Hi: problem: BadTargetObjectURI on Solaris. (Unable to resolve target object: Hello) I have the classpath ok and i am able to run "java Hello" from any directory. In fact it is the first directory in my tomcat.sh now with mail.jar etc behind it in the order. I been fighting this one

It works, then BadTargetObjectURI

2001-09-28 Thread Moran, Neal
in BadTargetObjectURI : "Unable to determine object id from call: is the method element namespaced?". I have session maintenance set true. The output in the TunnelTool window does not show a problem with the SOAP messages sent as far as I can tell, the session Id is the same as before the

RE: BadTargetObjectURI - very frustrating. Help !

2001-06-02 Thread Rahul Kirthivasan
Thanks Manuel & Kuntal. Finally, got it to work. I shutdown and restarted Tomcat and it stopped complaining of the BadTargetObjectURI. Thanks for your help. Thanks, Rahul. --- "Das, Kuntal" <[EMAIL PROTECTED]> wrote: > Is MySOAPTest.class ur client file, from where

Réf. : BadTargetObjectURI - very frustrating. Help!

2001-06-01 Thread manuel . paitreault
rta-tomcat-3.2.1\lib\jasper.jar;;c:\jdk1.3\lib\tools.jar - I even tried moving the class to d:\ApacheTomcat\jakarta-tomcat-3.2.1\classes. But still I get the BadTargetObjectURI error. C:\>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/

RE: BadTargetObjectURI - very frustrating. Help !

2001-06-01 Thread Das, Kuntal
22 Live life to the brim. -Original Message- From: Rahul Kirthivasan [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 2:11 AM To: [EMAIL PROTECTED] Subject: BadTargetObjectURI - very frustrating. Help ! Hi there , I've been battling all morning with this problem and I still don'

BadTargetObjectURI - very frustrating. Help !

2001-06-01 Thread Rahul Kirthivasan
omcat-3.2.1\classes. But still I get the BadTargetObjectURI error. C:\>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/ servlet/rpcrouter query URN:MySOAPTest http://xml.apache.org/xml-soap/deployment"; id="URN:MySOAPTest"> An