the best solution is go for axis (apache soap3.0).It is 4 times faster than
apache soap2.x.
The major chage was they are using sax parser instead of dom it makes to
take less memory and increases
the prerformance.
cheers
gopi
-----Original Message-----
From: siddharth aggarwal [mailto:[EMAIL PROTECTED]]
Sent: 11 September 2001 07:02
To: [EMAIL PROTECTED]
Subject: problem making choice of soap implementation
Hi,
I want to send a stream of words from a client to a server. The server
processes this stream of words and sends back 1 or more xml documents (i
think this could be done by concatenating the xml documents and then
converting it all to one string). The client then needs to process these xml
documents (each of these documents could have a different format, unknown to
the client).
I am facing the following problem:-
1) Should I use soap based messaging or RPC?
2) Is the apache implementation of SOAP too slow to perform such a task
(i.e. frquent transfer of large amounts of data between machines)?
Please advise me?
Regards,
Siddharth.