users@jax-rpc.java.net

Re: jaxrpc client is intended to run on thin clients (J2ME)?

From: manoj cheenath <manojc_at_BEA.COM>
Date: Thu, 27 Jun 2002 10:46:23 -0700

JAX-RPC require that the stubs and Call.invoke() throw
java.rmi.RemoteException. I think, java.rmi is not part of
CDC/CLDC. Hence, a strict JAX-RPC impl will have
problem running on J2ME.

WLS impl of JAX-RPC can generate a stub for J2ME,
check out the link below for details:

http://edocs.bea.com/wls/docs70/webServices/anttasks.html#1058402

regards,
-manoj



----- Original Message -----
From: "Pedro Salazar" <pedro-b-salazar_at_PTINOVACAO.PT>
To: <JAXRPC-INTEREST_at_JAVA.SUN.COM>
Sent: Wednesday, June 26, 2002 1:47 AM
Subject: jaxrpc client is intended to run on thin clients (J2ME)?


> Greetings,
>
> is there any form to invoke (static or dynamic) a web service (jaxrpc or
> others) on CDC/CLDC (J2ME) platforms or it's designed to run only in a
> J2SE environment?
>
> thanks,
> Pedro Salazar
>