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
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
[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
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
<[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
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