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.