>> Hi folks,
>> I am looking for a way to call aWebServiceas a client running on
[quoted text clipped - 6 lines]
> I think XML-RPC works with jdk 1.2
> but i don't find any doc
Why are you using JDK 1.2? JDK 1.3 is already obsolete, 1.4 nearing
end-of-life, 5 has been out for over two-and-a-half years, 6 out for
some time, and 7 is in the planning stages.
Also, why are you referring to a *four-year-old post*?
> help us!
If you want help, upgrade. Support for ancient versions of Java is
understandably nil, and even Microsoft's defunct JVM supported
(partially ?) 1.3.

Signature
Beware of bugs in the above code; I have only proved it correct, not
tried it. -- Donald E. Knuth
Arne Vajhøj - 25 Aug 2007 00:20 GMT
> If you want help, upgrade. Support for ancient versions of Java is
> understandably nil, and even Microsoft's defunct JVM supported
> (partially ?) 1.3.
Actually it was only supporting 1.1 - or more precisely most of 1.1.
Arne
>> Hi folks,
>> I am looking for a way to call aWebServiceas a client running on
[quoted text clipped - 9 lines]
> help us!
> thanks
1) java.net.HttpURLConnection (since JDK 1.1)
2) http://www.ibm.com/developerworks/xml/library/x-soapcl/