Thank you very much both of you :-) I already use the dynamic invocation calls and wanted to try and see if I could use stubs too. I started using the stub generator that comes with J2ME Wireless Toolkit, but I'm getting errors. This however, is related to ksoap2.serialization (the PropertyInfo class) and I guess I have to work out a solution on my own since Enhydra.org shut down the ksoap mailgroup :-/
Anyway, you got me to the next step - thanks a lot! /Stig P. -----Oprindelig meddelelse----- Fra: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sendt: 21. februar 2005 20:30 Til: [email protected] Emne: Re: building client stubs accessible by MIDlets using ksoap See also the Mirae project (http://ws.apache.org/mirae/). It's an implementation of JSR172. It includes a WSDL2WS_J2ME tool. - Anne On Mon, 21 Feb 2005 19:29:34 +0100, Ephemeris Lappis <[EMAIL PROTECTED]> wrote: > > I've been testing ksoap few months ago. I didn't use client stubs, but > instead the client uses dynamic invocation calls. This seems quite good if > the services are rather simple... > A new JSR, 172 if i'm right, add web services capabilities to the MIDP > platform. The last revision of the SUN's toolkit provides such an > implementation, and i think you can download it apart from another site > (Nokia ?). I've been testing it, and, from the MIDP point of view, it works > fine : you provide a WSDL descriptor and the tool generates the J2ME client > stubs. The last problem is AXIS ! Indeed, the JSR specifies that just the > document/literal style may be supported by J2ME clients, and AXIS server > fails running a very simple service using this style. I've open 2 bug > reports about these issues. > If you can do more than i did that way, thanks for giving us an echo... > Philippe Maseres > > -----Message d'origine----- > De : Stig Rasmussen [mailto:[EMAIL PROTECTED] > Envoy� : lundi 21 f�vrier 2005 15:28 > � : Axis-User > Objet : building client stubs accessible by MIDlets using ksoap > > > Hi all, > > This question is somewhat related to J2ME, so I apologize if this thread is > not directly Axis specific. > > Obviously you can't use a stub generated by WSDL2Java on J2ME, bacause the > CLDC has done away with the entire java.io package from J2SE. So is there a > way to build a stub that will work on J2ME? For instance, the Sun One Studio > IDE supports this, but I'd like to know if there is a way to use WSDL2Java > instead? > > It's a very open question I know, but any help is well appreciated; > newsgroups, articles, tutorial - pretty much everything :-) > > /Stig P.
