|
Hello,
Why not creating a very thin SOAP layer with a
small parser ?
I guess you know the kind of messages you're going
to receive, so you do not need a complete SOAP handling and a very little parser
should do the job.
Greetings,
Dott. Ing. Andrea Fasce
----- Original Message -----
Sent: Tuesday, September 30, 2003 3:36
PM
Subject: Web services and J2ME
Hello,
Here is our issue. We need to make our MIdlet
communicate with one of our customer's web services. The web service needs to
get a SOAP request. 1) We could use KSoap on the MIdlet but it takes 35k
and our application is already pretty big, so I don't think we would able to
stay under 64K (required for most phones right now). 2) The other solution
is to transform our Java request (output string) into soap on the server side.
The problem here is that they don't really want to install Tomcat on their
server. We could use our server as a gateway and then call their server with
the SOAP request but it seems it would add some latency time and we would
rather have everything on their server.
Does anybody have another idea?
A way to create the SOAP request on their server without having to use
Tomcat?
Thank you
Emmanuel
=========================================================================== To
unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body of
the message "signoff KVM-INTEREST". For general help, send email to
listserv@xxxxxxxxxxxx and include in the body of the message "help".
--- Outgoing mail is certified Virus
Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.521
/ Virus Database: 319 - Release Date:
23/09/2003
===========================================================================
To unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body
of the message "signoff KVM-INTEREST". For general help, send email to
listserv@xxxxxxxxxxxx and include in the body of the message "help".
|