Re: Help java.lang.NoClassDefFoundError

2003-02-21 Thread Martin
Brad- Get SOAP.jar from Java Web Services Developer Kit http://java.sun.com/webservices/downloads/webservicespack.html -Martin - Original Message - From: "Brad Messerle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 1:00 AM Subject: Help java.lang.NoClassDefF

Help java.lang.NoClassDefFoundError

2003-02-21 Thread Brad Messerle
I have created a java application soap client. When I kick off the jar file I get his error. Starting App Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/soap/trans port/SOAPTransport here it he batch file i am running.. set classpath=c:\newtool\activation.jar;c:\newtool\so

Re: Ouh, the call failde

2003-02-21 Thread Martin Gainty
Allain-When you go to http://ORDI1:8081/soap can you  list the services?Bon Fortune, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data System

Ouh, the call failde

2003-02-21 Thread Norbert ALLAIN
I use soap 2.3.1 with jakarta 3.2.4 jdk1.2.2 and xerces_1_2. The installation is ok, i can use the admin with netscape: http://ORDI1:8081/soap but when i type java org.apache.soap.server.ServiceManagerClient http://ORDI1:8081/soap/servlet/rpcrouter list I have the following response: Ouch, th

Re: Soap and jdk1.4

2003-02-21 Thread J M Craig (Alpha-G Consulting)
Actually I meant, if anybody has tried compiling soap src files with jdk1.4. I did give it a try and it seemed to build okay (I'm actually running 1.4.1 and I found I needed a bunch of the JAR's from the Web Services Development Pack). However, what I wanted to know was what the dependencie

RE: Soap and jdk1.4

2003-02-21 Thread Madhavi Thottempudi
Sorry, for not framing my question properly. I use SOAP 2.3.1 and JDK 1.4.0. No problem for me. Actually I meant, if anybody has tried compiling soap src files with jdk1.4. Thanks -M   -Original Message- From: Madhavi Thottempudi [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 20

RE: Soap and jdk1.4

2003-02-21 Thread Gu, Feng
I use SOAP 2.3.1 and JDK 1.4.0. No problem for me.   -Original Message- From: Madhavi Thottempudi [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 5:41 AM To: [EMAIL PROTECTED] Subject: Soap and jdk1.4   Hi there! I was curious if anybody has compiled SOAP with jdk1.4

RE: Help, please! No Deserializer found to deserialize

2003-02-21 Thread Gu, Feng
Fixed.   -Original Message- From: Gu, Feng [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 4:54 PM To: '[EMAIL PROTECTED]' Subject: Help, please! No Deserializer found to deserialize     I got the following error when I send SOAP RPC request to server which runn

Soap and jdk1.4

2003-02-21 Thread Madhavi Thottempudi
Hi there! I was curious if anybody has compiled SOAP with jdk1.4. I would like to know UR experience with it and mainly if it worked with clients compiled with both jdk1.3 and jdk1.4 In my previous post may be U would have noticed that I had "SOAP-ENV:Server.BadTargetObjectURI" error. That was be

Re: SOAP-ENV:Server.BadTargetObjectURI

2003-02-21 Thread Madhavi Thottempudi
Thanks vey much Alf. I have sorted my problem. All I have to do was, as U said compile back my client classes with jdk1.3. best regards, Madhavi At 18:03 20/02/2003 +0100, you wrote: HI *! > Yesterday I've had the same problem and I've found my problem / > solution: > I've compiled my server