Error encountered: Unable to resolve target object: testsoap.TestWsImpl

2002-04-23 Thread Phoay Phoay Koay
Hi all, I 'm trying to develop a web service using SOAP with database connection. Three files areinvolved : testsoap.TestWsImpl.java, testDD.xml, testsoap.client.TestClient.java   My Implementation calss is package testsoap;   import java.io.*;import java.lang.*;import java.sql.*;import java

Client vs Lite problem

2002-04-23 Thread Julian Wood
Hi, We have an XML-RPC server written in PHP with a pile of methods on it. If we use XmlRpcClientLite, everything works fine, but using XmlRpcClient we get IOExceptions, depending on the length of the response from the server. Has anyone noticed this? The XML being returned by the server is

Re: Java version question

2002-04-23 Thread Marcel Ruff
[EMAIL PROTECTED] wrote: > Thanx for replying. So does anyone have idea, if we have any Java 1.1 client > library available. My specific need is JDK 1.1.8 Last time i have tried Helma XmlRpc with JDK 1.1.8 on the client side it worked fine (it was not long ago). I would just try it, if there are

RE: Java version question

2002-04-23 Thread STaneja
Thanx for replying. So does anyone have idea, if we have any Java 1.1 client library available. My specific need is JDK 1.1.8 Sameer -Original Message- From: Daniel Rall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 3:21 PM To: [EMAIL PROTECTED] Subject: Re: Java version quest

Re: Java version question

2002-04-23 Thread Daniel Rall
<[EMAIL PROTECTED]> writes: > Hi, > > I'm new to this list and XML-RPC. Can anyone please let me know that if it is > possible to use the java client in JDK 1.1 and have server running in JDK > 1.2+. I know that answer is gonna be most probably yes. Thus my next and > important question is if the

Re: java.lang.NoClassDefFoundError problem

2002-04-23 Thread Daniel Rall
Frederik Uyttersprot <[EMAIL PROTECTED]> writes: > Hello, > > I just started playing with XML-RPC and have the following problem. > I'm also quite new to Java. I'm trying an example from Oreilly's Java > & XML 2nd edition, getting the following error, > > D:\Java\bin\java.exe test.server.HelloS