(keitai-l) Re: lil SOAP lib

From: Michael Turner <leap_at_gol.com>
Date: 08/28/01
Message-ID: <002501c12f6e$846e1740$844fd8cb@leap>
The first example of a call-return sequence at

  http://www.w3.org/TR/SOAP/

is about 900 bytes, meaning that, on i-mode,
it would chew up almost 1 second.  That
seems like a lot, for something that just
gets a stock quote.

Admittedly, a lot of the bytes are for namespace
declarations that seem to be optional according
to the spec; e.g.

    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"

Deleting these, making the identifiers less verbose and
crunching out some whitespace, I got a 50% reduction.

Is there some way to cut this down further?

-michael turner
leap@gol.com


----- Original Message -----
From: "Jason Pollard" <jasonpollard@yahoo.com>
To: <keitai-l@appelsiini.net>
Sent: Tuesday, August 28, 2001 8:26 AM
Subject: (keitai-l) lil SOAP lib


> Hi bleeding edge j2me developers,
>
> I've created a small java SOAP library which will allow your i-appli's (or
> midlets or whatever) to make SOAP calls and process the results.  It's
> extremely crude at this point (pre-Alpha 0.02)(where .02=2nights), but
it's
> small at 8.3K uncompressed, and, most importantly, it seems to work.
Would
> anybody be interested?
>
> --Jason
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
>
> [ Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/ ]
>
>


[ Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/ ]
Received on Tue Aug 28 06:08:43 2001